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 |
#40 in #cryptocurrencies
19KB
405 lines
General utilities of UTxO
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
lib.rs
:
General utilities of UTxO
This package provides tools to ease the development of Cryptocurrencies based on UTxO model.