Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horus-org/coinjoin-lib
Library for CoinJoin
https://github.com/horus-org/coinjoin-lib
bitcoin coinjoin lightning-network
Last synced: 2 days ago
JSON representation
Library for CoinJoin
- Host: GitHub
- URL: https://github.com/horus-org/coinjoin-lib
- Owner: Horus-Org
- License: mit
- Created: 2023-05-30T16:02:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T10:22:02.000Z (10 months ago)
- Last Synced: 2024-01-26T12:13:56.709Z (10 months 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