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 use
will 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.example
file to.env
- Make sure you set
PINATA_API_KEY
andPINATA_SECRET_API_KEY
environment variables in.env
- To deploy a production build run
npm run deploy:ipfs