Please see the contracts/ directory.
- Contracts are written in Solidity and tested using Truffle and ganache-cli.
# Install Truffle and ganache-cli packages globally:
$ npm install -g truffle ganache-cli
# Install local node dependencies:
$ npm install
$ ganache-cli&
$ truffle test --network ganache
Use metamask to deploy the smart contracts. Copy code to remix browser. Compile the source and click deploy at the 'run' tab.
$ ./node_modules/.bin/solidity-coverage
MIT