utxo

Crates.ioutxo
lib.rsutxo
version0.3.1
sourcesrc
created_at2022-06-15 22:58:57.583064
updated_at2022-07-04 10:24:59.387299
descriptionGeneral utilities of UTxO to ease the development of Cryptocurrencies based on UTxO model.
homepagehttps://github.com/siegfried/utxo
repositoryhttps://github.com/siegfried/utxo.git
max_upload_size
id606797
size31,232
(siegfried)

documentation

README

General utilities of UTxO

Rust Crates.io

This package provides tools to ease the development of Cryptocurrencies based on UTxO model.

UTxO Selection

This package provide a select function to select UTxOs, which is supposed to work on Bitcoin, Cardano, Ergo and so on. The user just need to implement the Select trait to use it.

Check more in the document.

License

Licensed under either of

Commit count: 43

cargo fmt