Crates.io | storm_rpc |
lib.rs | storm_rpc |
version | 0.9.0 |
source | src |
created_at | 2022-06-21 07:47:05.546191 |
updated_at | 2023-02-06 19:04:52.259724 |
description | Storm node RPC API |
homepage | |
repository | |
max_upload_size | |
id | 610086 |
size | 19,945 |
Provides distributed storage & messaging for lightning network.
Clone the repository and checkout to the desired version (here v0.8.0-beta.1
):
$ git clone https://github.com/Storm-WG/storm-node
$ cd storm-node
$ git checkout v0.8.0-beta.1
Build and tag the Docker image:
$ docker build -t storm-node:v0.8.0-beta.1 .