Go to file
poma e8d8115bfc
update refs
2020-12-16 00:14:10 +03:00
.github/workflows update refs 2020-12-16 00:14:10 +03:00
contracts areClaimedNotes 2020-11-26 21:41:54 +01:00
migrations Aggregator init 2020-10-07 16:05:34 +03:00
scripts Init 2020-10-07 12:17:19 +03:00
.editorconfig Init 2020-10-07 12:17:19 +03:00
.env.example remove RPC_URL 2020-10-16 23:26:21 -07:00
.eslintrc Init 2020-10-07 12:17:19 +03:00
.gitattributes Init 2020-10-07 12:17:19 +03:00
.gitignore Init 2020-10-07 12:17:19 +03:00
.nvmrc Init 2020-10-07 12:17:19 +03:00
.prettierignore Init 2020-10-07 12:17:19 +03:00
.prettierrc Init 2020-10-07 12:17:19 +03:00
LICENSE Init 2020-10-07 12:17:19 +03:00
README.md update refs 2020-12-16 00:14:10 +03:00
package.json update refs 2020-12-16 00:14:10 +03:00
truffle.js update deps + goerli 2020-11-19 23:45:58 -08:00
yarn.lock update refs 2020-12-16 00:14:10 +03:00

README.md

Tornado smart contract data aggregator Build Status

Dependencies

  1. node 12
  2. yarn

Start

$ yarn
$ cp .env.example .env
$ yarn test

Deploying

Deploy to Kovan:

$ yarn deploy:kovan