2020-12-15 19:40:14 +01:00
|
|
|
# Root updater [![Build Status](https://github.com/tornadocash/tornado-root-updater/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-root-updater/actions) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/tornadocash/tornado-root-updater?logo=docker&logoColor=%23FFFFFF&sort=semver)](https://hub.docker.com/repository/docker/tornadocash/tornado-root-updater)
|
2020-12-15 16:09:41 +01:00
|
|
|
|
|
|
|
Uploads deposit and withdrawal events from tornado instances into merkle tree
|
|
|
|
|
|
|
|
## Usage with docker
|
|
|
|
|
|
|
|
```shell script
|
2020-12-15 19:40:14 +01:00
|
|
|
wget https://raw.githubusercontent.com/tornadocash/tornado-root-updater/master/docker-compose.yml
|
|
|
|
wget https://raw.githubusercontent.com/tornadocash/tornado-root-updater/master/.env.example -O .env
|
2020-12-15 16:09:41 +01:00
|
|
|
vi .env # update env vars
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage for development
|
|
|
|
|
|
|
|
```shell script
|
|
|
|
yarn
|
|
|
|
cp .env.example .env
|
|
|
|
yarn start
|
|
|
|
```
|
|
|
|
|
|
|
|
Caches events from both mining and tornado cash instances
|