├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Tornado Cash Community 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # tornado-verified-forks 2 | List of verified forks from tornadocash official repos 3 | 4 | https://github.com/staccDOTsol/tornado-classic-ui 5 | 6 | https://github.com/staccDOTsol/ui-minified 7 | 8 | https://github.com/staccDOTsol/nova-ui-minified 9 | 10 | https://github.com/staccDOTsol/docs 11 | 12 | https://github.com/staccDOTsol/tornado-pool-factory 13 | 14 | https://github.com/staccDOTsol/tornado-governance 15 | 16 | https://github.com/staccDOTsol/rpc-nodes 17 | 18 | https://github.com/staccDOTsol/phase2-wasm 19 | 20 | https://github.com/staccDOTsol/trusted-setup-server 21 | 22 | https://github.com/staccDOTsol/fixed-merkle-tree 23 | 24 | https://github.com/staccDOTsol/tx-manager 25 | 26 | https://github.com/staccDOTsol/torn-token 27 | 28 | https://github.com/staccDOTsol/tornado-pool-subgraph 29 | 30 | https://github.com/staccDOTsol/ip-echo 31 | 32 | https://github.com/staccDOTsol/websnark 33 | 34 | https://github.com/staccDOTsol/snarkjs 35 | 36 | https://github.com/staccDOTsol/circomlibjs 37 | 38 | https://github.com/staccDOTsol/tornado-subgraph 39 | 40 | https://github.com/staccDOTsol/tornado-trees 41 | 42 | https://github.com/staccDOTsol/tornado-relayer-registry-subgraph 43 | 44 | https://github.com/staccDOTsol/tornado-aggregator 45 | 46 | https://github.com/all-forks/tornado-pool-relayer 47 | 48 | https://github.com/all-forks/tornado-cli 49 | 50 | https://github.com/all-forks/tornado-core 51 | 52 | https://github.com/all-forks/tornado-relayer 53 | 54 | https://github.com/all-forks/tornado-nova 55 | 56 | https://github.com/Sherpa-Cash/tornado-anonymity-mining 57 | 58 | https://github.com/bridgecrew-perf6/tornado-deploy 59 | 60 | https://github.com/Sadrsys/tornado-root-updater 61 | 62 | https://github.com/dulumao/deployer 63 | 64 | 65 | All forked repos are even with upstream repos (verified by github) though upstream repos are no longer visible. 66 | --------------------------------------------------------------------------------