Go to file
2020-12-15 18:14:41 +03:00
.github/workflows initial 2020-12-15 18:09:41 +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
docker-compose.yml initial 2020-12-15 18:09:41 +03:00
Dockerfile initial 2020-12-15 18:09:41 +03:00
LICENSE initial 2020-12-15 18:09:41 +03:00
package.json update refs 2020-12-15 18:14:41 +03:00
README.md initial 2020-12-15 18:09:41 +03:00
yarn.lock initial 2020-12-15 18:09:41 +03:00

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