Go to file
Drygin 532679e924 add lint rules 2022-02-24 14:59:55 +03:00
.github/workflows update refs 2020-12-16 00:14:10 +03:00
contracts tests 2022-02-24 12:35:43 +01:00
scripts tests 2022-02-24 12:35:43 +01:00
test tests 2022-02-24 12:35:43 +01:00
.editorconfig Init 2020-10-07 12:17:19 +03:00
.env.example move to hardhat 2022-02-24 13:31:28 +03:00
.eslintrc add lint rules 2022-02-24 14:59:55 +03:00
.gitattributes Init 2020-10-07 12:17:19 +03:00
.gitignore move to hardhat 2022-02-24 13:31:28 +03:00
.nvmrc move to hardhat 2022-02-24 13:31:28 +03:00
.prettierignore move to hardhat 2022-02-24 13:31:28 +03:00
.prettierrc Init 2020-10-07 12:17:19 +03:00
README.md add verification 2022-02-24 14:29:33 +03:00
config.js add tests layout 2022-02-24 13:54:13 +03:00
hardhat.config.js tests 2022-02-24 12:35:43 +01:00
package.json tests 2022-02-24 12:35:43 +01:00
yarn.lock tests 2022-02-24 12:35:43 +01: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 Aggregator:

    yarn hardhat run scripts/deploy.js --network mainnet