diff --git a/book.json b/book.json new file mode 100644 index 0000000..07a3784 --- /dev/null +++ b/book.json @@ -0,0 +1,3 @@ +{ + "plugins": ["hints", "tabs2"] +} \ No newline at end of file diff --git a/circuits/README.md b/circuits/README.md index 0afb9e5..7a00e60 100644 --- a/circuits/README.md +++ b/circuits/README.md @@ -56,14 +56,10 @@ Tornado.cash is best understood as having two separate major components. The core deposit circuit is what most users interact with, proving that a user has created a commitment representing the deposit of some corresponding asset denomination, that they haven't yet withdrawn that asset, and that they know the secret that they supplied when generating the initial commitment. -{% content-ref url="core-deposit-circuit.md" %} [core-deposit-circuit.md](core-deposit-circuit.md) -{% endcontent-ref %} #### Anonymity Mining The anonymity mining circuits form the basis for the Anonymity Mining program, which incentivizes users to leave their deposits in the contract for longer periods of time, so as to ensure that the Tornado.cash deposit pools maintain a large number of active deposits (thus increasing [k-anonymity](https://en.wikipedia.org/wiki/K-anonymity) for other users). -{% content-ref url="anonymity-mining/" %} [anonymity-mining](anonymity-mining/) -{% endcontent-ref %} diff --git a/circuits/anonymity-mining/README.md b/circuits/anonymity-mining/README.md index afb911c..059df7f 100644 --- a/circuits/anonymity-mining/README.md +++ b/circuits/anonymity-mining/README.md @@ -4,12 +4,8 @@ The anonymity mining protocol underpins the [Anonymity Mining Program](../../ano Anonymity Mining uses a Tornado Trees contract as a ZK-efficient register of deposit and withdrawal transactions, which enables users to make efficient proofs regarding their usage. -{% content-ref url="tornado-trees.md" %} [tornado-trees.md](tornado-trees.md) -{% endcontent-ref %} Once deposits and withdrawals are registered into the Tornado Trees contract, they become eligible for having their rewards claimed into a shielded AP account. -{% content-ref url="mining-rewards.md" %} [mining-rewards.md](mining-rewards.md) -{% endcontent-ref %} diff --git a/general/how-to-become-a-relayer.md b/general/how-to-become-a-relayer.md index abc988a..40178eb 100644 --- a/general/how-to-become-a-relayer.md +++ b/general/how-to-become-a-relayer.md @@ -38,8 +38,6 @@ The formula for designating a relayer is as follows: The first concrete step is to run the Tornado Cash Relayer software for Ethereum Mainnet on your computer. All steps are outlined in the protocol's github. To complete this task successfully, you will have to carefully follow [these instructions](https://github.com/tornadocash/tornado-relayer#deploy-with-docker-compose). -{% embed url="https://github.com/tornadocash/tornado-relayer#deploy-with-docker-compose" %} - Once completed, you will need to insert your url in the input box. ![](<../.gitbook/assets/2 (1).png>) diff --git a/general/minified-ui-hosted-locally.md b/general/minified-ui-hosted-locally.md index 7081d85..697d225 100644 --- a/general/minified-ui-hosted-locally.md +++ b/general/minified-ui-hosted-locally.md @@ -2,8 +2,6 @@ Tornado Cash protocol can be launched locally on your computer through a minified User Interface version made available by the core developers team. -{% embed url="https://github.com/tornadocash/ui-minified" %} - ### Step #1: Clone the Github repository on your computer By opening your Command Line Interface, you can run the following commands to, first, clone the repository, then go inside the newly copied folder: diff --git a/general/staking/README.md b/general/staking/README.md index 6c562a6..c76a5a4 100644 --- a/general/staking/README.md +++ b/general/staking/README.md @@ -22,15 +22,11 @@ In a nutshell, for each withdrawal through the relayer method, the chosen relaye The first option to stake is the usual URL for Tornado Cash. This has been available since February 2022. You will find a step-by-step tutorial here. -{% content-ref url="tornado-cash.md" %} [tornado-cash.md](tornado-cash.md) -{% endcontent-ref %} #### 2. Altornado An alternative option to stake $TORN has been brought by the community. The need for a staking UI and in the long run, the necessity for a Tornado Cash full **alternative UI** made this happen. Altornado provides the community with an intuitive and rich user experience, using the same Tornado Cash contracts.\ You will always have information about your wallet as well as information about your future rewards depending on the amount you want to stake. -{% content-ref url="altornado.md" %} [altornado.md](altornado.md) -{% endcontent-ref %} diff --git a/general/tornado-cash-smart-contracts.md b/general/tornado-cash-smart-contracts.md index 898af3a..769ef70 100644 --- a/general/tornado-cash-smart-contracts.md +++ b/general/tornado-cash-smart-contracts.md @@ -167,26 +167,15 @@ * Tornado Cash core code: -{% embed url="https://github.com/tornadocash/tornado-core" %} * Tornado Cash Command Line to make transactions in the protocol: -{% embed url="https://github.com/tornadocash/tornado-cli" %} - * To become a relayer for Tornado Cash: -{% embed url="https://github.com/tornadocash/tornado-relayer" %} - * Minified web UI for Tornado Cash protocol: -{% embed url="https://github.com/tornadocash/ui-minified" %} - * All about the TORN token: -{% embed url="https://github.com/tornadocash/torn-token" %} - * All about the anonymity mining program (this program has ended mid-December 2021): -{% embed url="https://github.com/tornadocash/tornado-anonymity-mining" %} - _Written by_ [_@ayefda_](https://torn.community/u/ayefda) _&_ [_@bt11ba_](https://torn.community/u/bt11ba/)