From ab3ab530c094070ec9c80cf18abd9bca8f699188 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 28 Sep 2023 03:51:44 -0700 Subject: [PATCH] Add guide page for users and developers, it be on sources.tornadocash.eth domain --- guide/SOURCES.html | 680 +++++++++++++++++++++++++++++++++++++++++++++ guide/SOURCES.md | 30 ++ 2 files changed, 710 insertions(+) create mode 100644 guide/SOURCES.html create mode 100644 guide/SOURCES.md diff --git a/guide/SOURCES.html b/guide/SOURCES.html new file mode 100644 index 0000000..123cfa8 --- /dev/null +++ b/guide/SOURCES.html @@ -0,0 +1,680 @@ + + + + + +SOURCES + +
+

Tornado Cash decentralized sources

This is an entrypoint page to source code and minified versions of all Tornado Cash services and packages.

Basic users guide

If you want to use trusted local versions of Tornado sites, you can download it directly from IPFS:

  1. Classic UI (main site) - classic-ui.minified.sources.tornadocash.eth, actual IPFS hash - bafybeia4x75bn74prpmi6jqa6gbgmsfovunnke5s6oyrddxyopnz6kw5le

  2. Nova UI - nova.minified.sources.tornadocash.eth, actual IPFS hash - bafybeihr5h2tfonjn2gybd4yhvchdwt4eyo25lf5twhhn6bnasdv2wwz7i

  3. Tornado CLI - cli.minified.sources.tornadocash.eth, actual IPFS hash - bafybeicxxyqjgx5ggvujij4fnjdcwkep4nj5662yrxftb7y3pzwl77qntq

Just click on contenthash field by link or copy IPFS hash and paste in any IPFS gateway, and then file start downloading.

Developers guide

Download all Tornado Cash git repositories is easy via special tool located on download.sources.tornadocash.eth.

Clone repo with tool via any IPFS resolver by CID on ENS domain above and follow tool readme (located in repo), for example:

or

 

+ + \ No newline at end of file diff --git a/guide/SOURCES.md b/guide/SOURCES.md new file mode 100644 index 0000000..186966b --- /dev/null +++ b/guide/SOURCES.md @@ -0,0 +1,30 @@ +# Tornado Cash decentralized sources + +This is an entrypoint page to source code and minified versions of all Tornado Cash services and packages. + +### Basic users guide + +If you want to use trusted local versions of Tornado sites, you can download it directly from IPFS: + +1. Classic UI (main site) - [classic-ui.minified.sources.tornadocash.eth](https://app.ens.domains/classic-ui.minified.sources.tornadocash.eth), actual IPFS hash - `bafybeia4x75bn74prpmi6jqa6gbgmsfovunnke5s6oyrddxyopnz6kw5le` +2. Nova UI - [nova.minified.sources.tornadocash.eth](https://app.ens.domains/nova.minified.sources.tornadocash.eth), actual IPFS hash - `bafybeihr5h2tfonjn2gybd4yhvchdwt4eyo25lf5twhhn6bnasdv2wwz7i` +3. Tornado CLI - [cli.minified.sources.tornadocash.eth](https://app.ens.domains/cli.minified.sources.tornadocash.eth), actual IPFS hash - `bafybeicxxyqjgx5ggvujij4fnjdcwkep4nj5662yrxftb7y3pzwl77qntq` + +Just click on `contenthash` field by link or copy IPFS hash and paste in [any IPFS gateway](https://ipfs.github.io/public-gateway-checker/), and then file start downloading. + +### Developers guide + +Download all Tornado Cash git repositories is easy via special tool located on [download.sources.tornadocash.eth](https://app.ens.domains/download.sources.tornadocash.eth). + +Clone repo with tool via any IPFS resolver by CID on ENS domain above and follow tool readme (located in repo), for example: + +```` +git clone https://ipfs.io/ipfs/bafybeienn6huru6cxs3ovl5ogeik2wnvviqtoainqj4zn2q3q7zzezvu6u downloader-tool +```` + +or + +``` +git clone https://cloudflare-ipfs.com/ipfs/bafybeienn6huru6cxs3ovl5ogeik2wnvviqtoainqj4zn2q3q7zzezvu6u +``` +