bitcoinsv

Crates.iobitcoinsv
lib.rsbitcoinsv
version0.2.7
sourcesrc
created_at2024-01-01 20:38:07.04172
updated_at2024-09-24 01:16:12.754636
descriptionLow-level Bitcoin SV library, focused on infrastructure.
homepagehttps://github.com/Danconnolly/rust-bitcoinsv
repositoryhttps://github.com/Danconnolly/rust-bitcoinsv
max_upload_size
id1085540
size258,597
Daniel Connolly (Danconnolly)

documentation

https://docs.rs/bitcoinsv/latest/bitcoinsv/

README

rust-bitcoinsv

Test Status dependency 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

Commit count: 240

cargo fmt