2023-08-14 23:37:24 +03:00
|
|
|
# Tornado Cash contracts info
|
|
|
|
|
|
|
|
Technical information about all Tornado Cash contracts, token distribution and ENS domains
|
|
|
|
|
|
|
|
### Requirements
|
|
|
|
|
2023-08-17 02:11:47 +03:00
|
|
|
Node 12 or higher. This package doesn't have any other build dependencies.
|
2023-08-14 23:37:24 +03:00
|
|
|
|
2023-08-17 02:13:41 +03:00
|
|
|
Install development dependencies:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm i
|
|
|
|
```
|
|
|
|
|
|
|
|
### Build
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
2023-08-14 23:37:24 +03:00
|
|
|
### Licence
|
|
|
|
|
2023-08-17 02:11:47 +03:00
|
|
|
MIT
|