Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T12:47:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T00:17:43.330Z (about 2 months ago)
- Topics: bitcoin, lightning, lightning-network, opennode
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# opennode
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/opennode-rs/blob/master/LICENSE)
[![opennode on crates.io](https://img.shields.io/crates/v/opennode.svg)](https://crates.io/crates/opennode)
[![opennode on docs.rs](https://docs.rs/opennode/badge.svg)](https://docs.rs/opennode)
[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](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 --
```