iotex-erc20
v0.0.7
Published
iotex ERC20 package
Readme
IoTeX ERC20
Developing
nvm use 10.15.1
npm install
# test
# prepare flow type definitions
npm run flow-install
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.jsTo run a single test case, follow instructions here.
Scripts
npm run build: build source code fromsrctodistnpm publish: publish code to npmnpm run changelog-patchbump version patch (bug fixes)npm run changelog-minorbump version minor (new features)npm run changelog-majorbump version major (breaking change)
