@alice-network/exchange
v1.0.4
Published
Solidity contracts for the exchange on alice network
Downloads
30
Readme
Alice DEX
Solidity contracts for Alice DEX. User can exchange their ERC20 or ERC721 asset just in a second.
Documentation
Documentation is not ready yet.
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 [email protected]:your-username/exchange.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
Alice DEX is licensed under the MIT License.
