tornado-contracts/README.md
2024-03-29 21:52:45 +00:00

13 lines
401 B
Markdown

# 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
```