https://github.com/edouardparis/opennode-rs
Rust API bindings for the Opennode HTTP API.
https://github.com/edouardparis/opennode-rs
bitcoin lightning lightning-network opennode
Last synced: 25 days ago
JSON representation
Rust API bindings for the Opennode HTTP API.
- Host: GitHub
- URL: https://github.com/edouardparis/opennode-rs
- Owner: edouardparis
- License: mit
- Created: 2019-06-04T10:45:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T12:47:57.000Z (over 5 years ago)
- Last Synced: 2025-06-12T03:13:30.445Z (about 1 month ago)
- Topics: bitcoin, lightning, lightning-network, opennode
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# opennode
[](https://github.com/edouardparis/opennode-rs/blob/master/LICENSE)
[](https://crates.io/crates/opennode)
[](https://docs.rs/opennode)
[](https://tippin.me/@edouardparis)Rust API bindings for the Opennode v1 HTTP API.
[Opennode API documentation](https://developers.opennode.co)
## Usage
Put this in your `Cargo.toml`:
```toml
[dependencies]
opennode = "1.0.0"
```## Examples
Run file from [client examples](./opennode-client/examples) with:
```
cargo run --example --
```