2020-12-15 21:57:48 +03:00
|
|
|
# Tornado.cash anonymity mining [![Build Status](https://github.com/tornadocash/tornado-anonymity-mining/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-anonymity-mining/actions) [![npm](https://img.shields.io/npm/v/tornado-anonymity-mining)](https://www.npmjs.com/package/tornado-anonymity-mining)
|
2020-12-15 18:08:37 +03:00
|
|
|
|
2021-02-10 23:32:30 +03:00
|
|
|
## v2 changes
|
|
|
|
|
2023-09-18 16:45:35 +03:00
|
|
|
`TornadoTrees.sol` is no longer part of this project. It migrated to [@tornado/trees](https://git.tornado.ws/tornado-packages/tornado-trees)
|
2021-02-10 23:32:30 +03:00
|
|
|
|
2020-12-15 18:08:37 +03:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
1. node 12
|
|
|
|
2. yarn
|
|
|
|
3. zkutil (`brew install rust && cargo install zkutil`)
|
|
|
|
|
|
|
|
## Start
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ yarn
|
|
|
|
$ cp .env.example .env
|
|
|
|
$ yarn circuit
|
|
|
|
$ yarn test
|
|
|
|
```
|