You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
poma e8d8115bfc
update refs
2 years ago
.github/workflows update refs 2 years ago
contracts areClaimedNotes 2 years ago
migrations Aggregator init 3 years ago
scripts Init 3 years ago
.editorconfig Init 3 years ago
.env.example remove RPC_URL 2 years ago
.eslintrc Init 3 years ago
.gitattributes Init 3 years ago
.gitignore Init 3 years ago
.nvmrc Init 3 years ago
.prettierignore Init 3 years ago
.prettierrc Init 3 years ago
LICENSE Init 3 years ago
README.md update refs 2 years ago
package.json update refs 2 years ago
truffle.js update deps + goerli 2 years ago
yarn.lock update refs 2 years ago

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