Go to file
dependabot[bot] 413519a111
Bump js-yaml from 3.12.2 to 3.13.1
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>
2020-03-16 15:02:44 +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 js-yaml from 3.12.2 to 3.13.1 2020-03-16 15:02:44 +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