1.0.1 • Published 7 years ago
@alice-network/gateway-dex-chain v1.0.1
Gateway DEX Chain
Solidity contracts for the gateway on the DEX Chain. It accepts deposits from, and grants withdrawals to a foreign blockchain(like ethereum).
Documentation
Documentation is not ready.
Development
First, install Node.js and npm. Then grep the source code.
Get the source
Fork this repo and clone it to your local machine:
$ git clone git@github.com:your-username/gateway-dex-chain.gitOnce git clone is done, use npm to install dependencies:
$ npm installTruffle network
coverage: this network is for solidity-coverage reportdevelopment: this network is used for local developmentdeploy: this network is used for deploying contractsconsole: this network is used fortruffle console
Test
To run tests, run command below:
$ npm run testCoverage
To get coverage report, run command below:
$ npm run test:coverageLicense
Gateway DEX chain is licensed under the MIT License.