Official protocol documentation.
| book | ||
| scripts | ||
| .env.example | ||
| .gitignore | ||
| .nvmrc | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Tornado Cash Documentation
UI for non-custodial Ethereum Privacy solution
Read static content
Entrypoint here: docs
Building locally
- Install Node.js version 10.24
- If you are using nvm (recommended) running
nvm usewill automatically choose the right node version for you.
- If you are using nvm (recommended) running
- Install dependencies:
npm i - Install gitbook dependencies:
npm run prepare - Build gitbook to static content:
npm run build
Deploy on IPFS
- Copy
.env.examplefile to.env
- Make sure you set
PINATA_API_KEYandPINATA_SECRET_API_KEYenvironment variables in.env - To deploy a production build run
npm run deploy:ipfs