6 releases

0.2.4 Mar 9, 2024
0.2.3 Mar 9, 2024
0.2.0 Jan 3, 2024
0.1.0 Jan 1, 2024

#2578 in Magic Beans

Download history 7/week @ 2023-12-28 1/week @ 2024-01-04 9/week @ 2024-02-15 18/week @ 2024-02-22 88/week @ 2024-02-29 530/week @ 2024-03-07 30/week @ 2024-03-14

649 downloads per month
Used in 2 crates

Custom license

60KB
1.5K SLoC

rust-bitcoinsv

Test Status

This library is a start at building a high-performance Bitcoin SV library in Rust. The focus is on using async paradigms and efficient data structures that minimize memory allocations and copying. The goal is to be able to handle a blockchain with increasing throughput.

This is a hobby project and the code is experimental. If you're looking for a complete library, check out rust-sv by Brenton Gunning. Progress on this library is determined by the needs of various other projects.

If you have anything you particularly want to see, feel free to open an issue or start a discussion.

Current Feature Status

  • bitcoin module: main structs - Tx, BlockHeader, FullBlockStream
  • p2p module: needs review
  • util module: main structs - Amount

lib.rs:

Bitcoin SV library for Rust.

This library is a work in progress. It is intended to provide a full featured library for using Bitcoin SV in Rust applications at the infrastructure level. It is not intended to be a wallet or a client.

Dependencies

~9–20MB
~345K SLoC