Skip to content

Commit 9b1828b

Browse files
Copilot0xrinegade
andcommitted
Fix email, placeholder URLs, EOF newlines, and add Git LFS configuration
Co-authored-by: 0xrinegade <[email protected]>
1 parent dc36490 commit 9b1828b

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
*.sol linguist-language=Solidity
1+
*.sol linguist-language=Solidity
2+
*.pdf filter=lfs diff=lfs merge=lfs -text
3+
*.wasm filter=lfs diff=lfs merge=lfs -text
4+
*.so filter=lfs diff=lfs merge=lfs -text
5+
*.dylib filter=lfs diff=lfs merge=lfs -text
6+
*.exe filter=lfs diff=lfs merge=lfs -text
7+
*.jar filter=lfs diff=lfs merge=lfs -text

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A 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
5050
cd tornado-svm
5151

5252
# Build the Solana program
@@ -86,20 +86,20 @@ npx tornado-cli generate-proof --note <NOTE_PATH> --root <MERKLE_ROOT> --recipie
8686
npx 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

9595
The 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

whitepaper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ If you use this work in your research, please cite:
7676

7777
## License
7878

79-
This whitepaper is released under the same MIT license as the accompanying source code.
79+
This whitepaper is released under the same MIT license as the accompanying source code.

whitepaper/references.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ @misc{mimc2016efficient
153153
author={Albrecht, Martin and Grassi, Lorenzo and Rechberger, Christian and Roy, Arnab and Tiessen, Tyge},
154154
year={2016},
155155
howpublished={\url{https://eprint.iacr.org/2016/492.pdf}}
156-
}
156+
}

whitepaper/tornado-svm-whitepaper.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#text(size: 10pt, style: "italic")[
3232
OpenSVM Research \
33-
#link("mailto:rin@opensvm.org")
33+
#link("mailto:rin@opensvm.com")
3434
]
3535

3636
#v(1em)

0 commit comments

Comments
 (0)