Go to file
Andrea Maria Piana 0936481712
Merge pull request #1 from status-im/dependabot/npm_and_yarn/eslint-utils-1.4.2
Bump eslint-utils from 1.3.1 to 1.4.2
2020-03-16 16:02:01 +01: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 Merge pull request #1 from status-im/dependabot/npm_and_yarn/eslint-utils-1.4.2 2020-03-16 16:02:01 +01: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