Go to file
poma a23fe591db
fix ci
2020-12-15 21:36:44 +03:00
.github/workflows fix ci 2020-12-15 21:36:44 +03:00
abi initial 2020-12-15 18:09:41 +03:00
scripts initial 2020-12-15 18:09:41 +03:00
src initial 2020-12-15 18:09:41 +03:00
test initial 2020-12-15 18:09:41 +03:00
.dockerignore initial 2020-12-15 18:09:41 +03:00
.editorconfig initial 2020-12-15 18:09:41 +03:00
.env.example initial 2020-12-15 18:09:41 +03:00
.eslintrc initial 2020-12-15 18:09:41 +03:00
.gitignore initial 2020-12-15 18:09:41 +03:00
.prettierrc initial 2020-12-15 18:09:41 +03:00
Dockerfile update docker 2020-12-15 21:32:16 +03:00
LICENSE initial 2020-12-15 18:09:41 +03:00
README.md initial 2020-12-15 18:09:41 +03:00
docker-compose.yml update docker 2020-12-15 21:32:16 +03:00
package.json enable CI 2020-12-15 21:06:05 +03:00
yarn.lock yarn 2020-12-15 21:22:27 +03:00

README.md

Root updater Build Status Docker Image Version (latest semver)

Uploads deposit and withdrawal events from tornado instances into merkle tree

Usage with docker

wget https://raw.githubusercontent.com/tornadocash/root-updater/master/docker-compose.yml
wget https://raw.githubusercontent.com/tornadocash/root-updater/master/.env.example -O .env
vi .env # update env vars
docker-compose up -d

Usage for development

yarn
cp .env.example .env
yarn start

Caches events from both mining and tornado cash instances