4d67e00763
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... 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