https://github.com/horus-org/coinjoin-lib
Library for CoinJoin
https://github.com/horus-org/coinjoin-lib
bitcoin coinjoin lightning-network
Last synced: about 1 year ago
JSON representation
Library for CoinJoin
- Host: GitHub
- URL: https://github.com/horus-org/coinjoin-lib
- Owner: Horus-Org
- License: mit
- Archived: true
- Created: 2023-05-30T16:02:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T10:22:02.000Z (over 2 years ago)
- Last Synced: 2025-03-04T07:46:42.154Z (over 1 year ago)
- Topics: bitcoin, coinjoin, lightning-network
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Coinjoin Library 🌪️
Library for CoinJoin
**Contributions are welcome**
## What is Coinjoin?
CoinJoin is a process used to anonymize Bitcoin transactions online. CoinJoin involves a multi-party Bitcoin transaction where all parties to the transaction put in and get out the same amount of Bitcoin, but the addresses are mixed in the transaction making the origin of the coins difficult to trace.
## Languages supported
- Rust
- Javascript
- Dart
## Roadmap
- [x] Set algorithm for Coinjoin
- [ ] Initial SDK
- [ ] Initial design
- [ ] Alpha Software
- [ ] APIs