tornado-contracts/README.md

13 lines
401 B
Markdown
Raw Normal View History

2024-03-30 00:52:45 +03:00
# Tornado Cash Classic & Governance Contracts
This repository contains the current deployments of Tornado Cash Classic & Tornado Cash DAO Governance Contracts that are currently being used (Doesn't include contracts related with anonymity mining or Nova yet).
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
```