mirror of
https://github.com/tornadocash/tornado-anonymity-mining.git
synced 2024-11-22 09:47:15 +01:00
21 lines
638 B
Markdown
21 lines
638 B
Markdown
# 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)
|
|
|
|
## v2 changes
|
|
|
|
`TornadoTrees.sol` is no longer part of this project. It migrated to [tornado-trees](https://github.com/tornadocash/tornado-trees)
|
|
|
|
## 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
|
|
```
|