413519a111
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
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