Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 231 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 231 Bytes

Getting Started with Simple ERC20 Token Truffle Tutorial

install

npm install -g truffle

npm install

run

# unit-test
npm run test

$ test coverage
npm run test:coverage

$ hint
npm run linter

Result