Crates.io | rgb-lightning |
lib.rs | rgb-lightning |
version | 0.0.1 |
source | src |
created_at | 2023-03-24 08:42:26.769032 |
updated_at | 2023-03-24 08:42:26.769032 |
description | A Bitcoin Lightning library in Rust. Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. Still missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try. |
homepage | |
repository | https://github.com/lightningdevkit/rust-lightning/ |
max_upload_size | |
id | 819124 |
size | 4,133,372 |
This project is a fork of the lightning crate from rust-lightning that currently only changes the crate name and version in order to reserve the crate name in crates.io. We cannot publish RGB fork now since it depends on some unpublished dependencies, but you can still clone and try the project by checking out the rgb branch.