#general #utilities #ease #model #selection #traits

utxo

General utilities of UTxO to ease the development of Cryptocurrencies based on UTxO model

8 releases

0.3.1 Jul 4, 2022
0.3.0 Jul 4, 2022
0.2.2 Jun 29, 2022
0.1.4 Jun 16, 2022

#29 in #selection

MIT/Apache

19KB
405 lines

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


lib.rs:

General utilities of UTxO

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

No runtime deps