Go to file
dependabot[bot] 4d67e00763
Bump path-parse from 1.0.6 to 1.0.7
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>
2021-08-10 22:39:33 +00:00
contracts Remove require check 2019-04-19 15:36:34 +02:00
golang/nodes Add info about joining 2019-04-12 08:16:29 +02:00
migrations Allow voting for removing and joining members 2019-04-05 10:43:23 +02:00
test Allow nodes to votes if promoted 2019-04-18 16:22:13 +02:00
.eslintrc.js Allow voting for removing and joining members 2019-04-05 10:43:23 +02:00
.gitignore initial commit 2019-03-19 10:12:12 +01:00
Makefile Add generated abis 2019-04-08 09:52:55 +02:00
README.md Add README.md 2019-03-20 10:24:02 +01:00
package-lock.json Bump path-parse from 1.0.6 to 1.0.7 2021-08-10 22:39:33 +00:00
package.json Allow owner to remove nodes 2019-03-20 10:16:40 +01:00
truffle-config.js Allow to add nodes 2019-03-20 09:50:54 +01:00

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