Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cuprate/cuprate
Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
https://github.com/Cuprate/cuprate
cryptocurrency monero monero-integrations monerod network network-programming peer-to-peer rust rust-lang security
Last synced: about 2 months ago
JSON representation
Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
- Host: GitHub
- URL: https://github.com/Cuprate/cuprate
- Owner: Cuprate
- License: other
- Created: 2023-02-04T18:12:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T00:37:06.000Z (about 2 months ago)
- Last Synced: 2024-09-22T18:32:35.755Z (about 2 months ago)
- Topics: cryptocurrency, monero, monero-integrations, monerod, network, network-programming, peer-to-peer, rust, rust-lang, security
- Language: Rust
- Homepage:
- Size: 4.68 MB
- Stars: 120
- Watchers: 9
- Forks: 16
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-monero - Cuprate - an upcoming experimental, modern & secure monero node. Written in Rust. (Future development / Other Wallets)
README
An alternative Monero node implementation.
_(work-in-progress)_
[![Matrix](https://img.shields.io/badge/Matrix-Cuprate-white?logo=matrix&labelColor=grey&logoColor=white)](https://matrix.to/#/#cuprate:monero.social) [![CI](https://github.com/Cuprate/cuprate/actions/workflows/ci.yml/badge.svg)](https://github.com/Cuprate/cuprate/actions/workflows/ci.yml)
## Contents
- [About](#about)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Security](#security)
- [License](#license)## About
Cuprate is an effort to create an alternative [Monero](https://getmonero.org) node implementation
in [Rust](http://rust-lang.org).It will be able to independently validate Monero consensus rules, providing a layer of security and redundancy for the
Monero network.## Documentation
_Cuprate is currently a work-in-progress; documentation will be changing/unfinished._
Cuprate maintains various documentation books:
| Book | Description |
|-----------------------------------------------------------------|------------------------------------------------------------|
| [Cuprate's architecture book](https://architecture.cuprate.org) | Documents Cuprate's internal architecture & implementation |
| [Monero's protocol book](https://monero-book.cuprate.org) | Documents the Monero protocol |
| [Cuprate's user book](https://user.cuprate.org) | Practical user-guide for using `cuprated` |For crate (library) documentation, see: https://doc.cuprate.org. This site holds documentation for Cuprate's crates and all dependencies. All Cuprate crates start with `cuprate_`, for example: [`cuprate_database`](https://doc.cuprate.org/cuprate_database).
## Contributing
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
## Security
Cuprate has a responsible vulnerability disclosure policy, see [`SECURITY.md`](SECURITY.md).
## License
The `binaries/` directory is licensed under AGPL-3.0, everything else is licensed under MIT.
See [`LICENSE`](LICENSE) for more details.