Solidity contracts for Alice DEX. User can exchange their ERC20 or ERC721 asset just in a second.
Documentation is not ready yet.
First, install Node.js and npm. Then grep the source code.
Fork this repo and clone it to your local machine:
$ git clone git@github.com:your-username/exchange.git
Once git clone is done, use npm to install dependencies:
$ npm install
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
To run tests, run command below:
$ npm run test
To get coverage report, run command below:
$ npm run test:coverage
Alice DEX is licensed under the MIT License.