Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust https://cuprate.org
Find a file
Boog900 acd5380256
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Fix clippy & Cargo update (#161)
* fix clippy

* run cargo update

* fix cargo deny

* remove duplicate `#[test]`
2024-06-13 19:08:34 +01:00
.github ci: update actions/cache -> v4 (#158) 2024-06-13 16:37:26 +01:00
benches repo: add skeleton directories, fix labels (#139) 2024-05-29 02:18:30 +01: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 (WIP) (#155) 2024-06-09 14:24:44 +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 Fix clippy & Cargo update (#161) 2024-06-13 19:08:34 +01:00
Cargo.toml Fast sync (WIP) (#155) 2024-06-09 14:24:44 +01:00
CONTRIBUTING.md books: add skeleton and docs (#141) 2024-05-30 01:19:46 +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 add CI actions 2023-10-25 21:07:13 -04:00
SECURITY.md Inital Security Policy 2023-03-20 18:41:58 +01:00
typos.toml database: impl service::{Request,Response} mappings (#101) 2024-04-16 23:05:38 +01:00

Cuprate


An up and coming Rust Monero node.

Matrix CI

Cuprate will be an alternative Monero node written from the ground up in Rust. It will be able to independently validate Monero consensus rules providing a layer of security and redundancy for the Monero network.

Cuprate will help to protect the network from implementation bugs that could cause a variety of issues, plus because it's written in a memory safe language Cuprate will be less likely to suffer from memory safety issues compared to monerod.