Requirements
- nodeJS v10.19.0 or later
- npm 6.14.10 or later
- Truffle v5.1.55 (core: 5.1.55) or later
npm i- install all dependencies
npm run build- build all contracts
npm run test- start all testsnpm run test -- no-build- start tests without rebuild contractsnpm run test test/<filename>.js- run tests for only one filenpm run test -- no-build test/<filename>.js- run tests for only one file without rebuild contracts
Make Flattened contract file
- npm run flatten