v1.0.0
- solidity: https://soliditylang.org/
- hardhat: https://hardhat.org/
- Install typescript globally
npm install -g typescript
- Install npm dependencies by running
npm install | yarn install
- ???
- ???
- clean cache
npm run clean:cache
- deploy on rinkeby
npm run deploy:rinkeby
- start all test by running
npm run test
- start typescript linter
npm run lint
- start typescript linter
npm run sollint