13 lines
401 B
Markdown
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
|
|
```
|