This commit is contained in:
poma 2021-02-02 16:13:05 +03:00
parent 5fe2429b89
commit 94888b6816
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Tornado.cash trees [![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)
# Tornado.cash trees [![Build Status](https://github.com/tornadocash/tornado-trees/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-trees/actions)
This repo implements a more optimized version of the [TornadoTrees](https://github.com/tornadocash/tornado-anonymity-mining/blob/080d0f83665fa686d7fe42dd57fb5975d0f1ca58/contracts/TornadoTrees.sol) mechanism.
@ -12,7 +12,6 @@ This repo implements a more optimized version of the [TornadoTrees](https://gith
```bash
$ yarn
$ cp .env.example .env
$ yarn circuit
$ yarn test
```