33A privacy solution for Solana based on zkSNARKs. It improves transaction privacy by breaking the on-chain link between the sender and recipient addresses. It uses a Solana program that accepts SOL deposits that can be withdrawn by a different address. Whenever SOL is withdrawn by the new address, there is no way to link the withdrawal to the deposit, ensuring complete privacy.
44
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
6- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/your-username /tornado-svm/CI )] ( https://github.com/your-username /tornado-svm/actions )
7- [ ![ Documentation] ( https://img.shields.io/badge/docs-GitHub%20Pages-blue )] ( https://your-username .github.io/tornado-svm/ )
6+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/openSVM /tornado-svm/CI )] ( https://github.com/openSVM /tornado-svm/actions )
7+ [ ![ Documentation] ( https://img.shields.io/badge/docs-GitHub%20Pages-blue )] ( https://opensvm .github.io/tornado-svm/ )
88
99## Overview
1010
@@ -32,7 +32,7 @@ graph TD
3232 E[User] -->|Use| A
3333```
3434
35- For more details, see the [ Architecture Overview] ( https://your-username .github.io/tornado-svm/architecture.html ) .
35+ For more details, see the [ Architecture Overview] ( https://opensvm .github.io/tornado-svm/architecture.html ) .
3636
3737## Installation
3838
@@ -46,7 +46,7 @@ For more details, see the [Architecture Overview](https://your-username.github.i
4646
4747``` bash
4848# Clone the repository
49- git clone https://github.com/your-username /tornado-svm.git
49+ git clone https://github.com/openSVM /tornado-svm.git
5050cd tornado-svm
5151
5252# Build the Solana program
@@ -86,20 +86,20 @@ npx tornado-cli generate-proof --note <NOTE_PATH> --root <MERKLE_ROOT> --recipie
8686npx tornado-cli withdraw --instance < INSTANCE_ADDRESS> --proof < PROOF> --root < MERKLE_ROOT> --nullifier-hash < NULLIFIER_HASH> --recipient < RECIPIENT_ADDRESS>
8787```
8888
89- For more detailed usage instructions, see the [ Quick Start Guide] ( https://your-username .github.io/tornado-svm/usage/quick-start.html ) .
89+ For more detailed usage instructions, see the [ Quick Start Guide] ( https://opensvm .github.io/tornado-svm/usage/quick-start.html ) .
9090
9191## Documentation
9292
93- Comprehensive documentation is available at [ https://your-username .github.io/tornado-svm/ ] ( https://your-username .github.io/tornado-svm/ ) .
93+ Comprehensive documentation is available at [ https://opensvm .github.io/tornado-svm/ ] ( https://opensvm .github.io/tornado-svm/ ) .
9494
9595The documentation includes:
9696
97- - [ Architecture Overview] ( https://your-username .github.io/tornado-svm/architecture.html )
98- - [ Algorithms] ( https://your-username .github.io/tornado-svm/algorithms/ )
99- - [ Data Structures] ( https://your-username .github.io/tornado-svm/data-structures/ )
100- - [ Usage Guide] ( https://your-username .github.io/tornado-svm/usage/ )
101- - [ API Reference] ( https://your-username .github.io/tornado-svm/api/ )
102- - [ Development Guide] ( https://your-username .github.io/tornado-svm/development/ )
97+ - [ Architecture Overview] ( https://opensvm .github.io/tornado-svm/architecture.html )
98+ - [ Algorithms] ( https://opensvm .github.io/tornado-svm/algorithms/ )
99+ - [ Data Structures] ( https://opensvm .github.io/tornado-svm/data-structures/ )
100+ - [ Usage Guide] ( https://opensvm .github.io/tornado-svm/usage/ )
101+ - [ API Reference] ( https://opensvm .github.io/tornado-svm/api/ )
102+ - [ Development Guide] ( https://opensvm .github.io/tornado-svm/development/ )
103103
104104## Security
105105
0 commit comments