Deflationary DEF (ERC-20)
Recommended Node version is 16 and above.
# install dependencies
$ npm install
# build for production
$ npm run build
# clean, build, run tests
$ npm run rebuild
# run tests
$ npm run test
Solidity smart contracts are found in ./contracts/
./docs/
Tests are found in the ./test/
folder.