Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Find a file
2024-06-16 18:00:14 -04:00
.github ci: update actions/cache -> v4 (#158) 2024-06-13 16:37:26 +01:00
benches rename fn 2024-06-16 18:00:14 -04:00
binaries repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01:00
books books: add user-book template (#154) 2024-06-07 22:04:27 +01:00
consensus Fast sync part 2 (#156) 2024-06-14 23:00:18 +01:00
cryptonight ci: fix windows/macos (#116) 2024-04-27 00:49:55 +01:00
helper repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01:00
misc [Misc] Updating SyntheticBird's GPG Key (#122) 2024-04-30 20:09:53 +01:00
net repo: update license (#134) 2024-05-27 00:39:32 +01:00
p2p P2P: Network init (#130) 2024-06-04 18:19:25 +01:00
pruning P2P: Peer sync state svc (#128) 2024-05-22 01:56:39 +01:00
rpc Fix clippy & Cargo update (#161) 2024-06-13 19:08:34 +01:00
storage Consensus: use cuprate-types types (#145) 2024-06-04 18:19:35 +01:00
test-utils Consensus: use cuprate-types types (#145) 2024-06-04 18:19:35 +01:00
types Consensus: use cuprate-types types (#145) 2024-06-04 18:19:35 +01:00
zmq repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01:00
.gitignore books: add skeleton and docs (#141) 2024-05-30 01:19:46 +01:00
Cargo.lock add basic Response serde benches 2024-06-16 17:40:52 -04:00
Cargo.toml add basic Response serde benches 2024-06-16 17:40:52 -04:00
CONTRIBUTING.md contributing: add & format sections (#150) 2024-06-14 22:35:15 +01:00
deny.toml Fix clippy & Cargo update (#161) 2024-06-13 19:08:34 +01:00
LICENSE books: add skeleton and docs (#141) 2024-05-30 01:19:46 +01:00
LICENSE-AGPL License correction for github (#10) 2023-03-20 21:35:20 +01:00
LICENSE-MIT repo: update license (#134) 2024-05-27 00:39:32 +01:00
README.md docs: update README.md & SECURITY.md (#143) 2024-06-14 18:33:43 +01:00
SECURITY.md docs: update README.md & SECURITY.md (#143) 2024-06-14 18:33:43 +01:00
typos.toml database: impl service::{Request,Response} mappings (#101) 2024-04-16 23:05:38 +01:00

An alternative Monero node implementation.

(work-in-progress)

Matrix CI

Contents

About

Cuprate is an effort to create an alternative Monero node implementation in Rust.

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 Documents Cuprate's internal architecture & implementation
Cuprate's protocol book Documents the Monero protocol
Cuprate's user book Practical user-guide for using cuprated

For crate (library) documentation, see the Documentation section in CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

Security

Cuprate has a responsible vulnerability disclosure policy, see SECURITY.md.

License

The binaries/ directory is licensed under AGPL-3.0, everything else is licensed under MIT.

See LICENSE for more details.