3ea6e73675 | ||
---|---|---|
contracts | ||
golang/nodes | ||
migrations | ||
test | ||
.eslintrc.js | ||
.gitignore | ||
Makefile | ||
README.md | ||
package-lock.json | ||
package.json | ||
truffle-config.js |
README.md
Network incentivisation
Deploy
INFURA_API_KEY='blah' MNEMONIC='your mnemonmic' truffle migrate --network goerli
Testing
npm run test
runs the test
npm run test-watch
runs the test in watch mode
npm run lint
runs the linter
npm run lint-watch
runs the linter in watch mode
npm run watch
starts tests followed by linter in watch mode
npm run validate
tests & check the linting of the code