| Crates.io | storm_node |
| lib.rs | storm_node |
| version | 0.9.0 |
| created_at | 2022-06-21 08:10:11.382032+00 |
| updated_at | 2023-02-06 19:06:14.213624+00 |
| description | Storm node |
| homepage | |
| repository | |
| max_upload_size | |
| id | 610095 |
| size | 235,574 |
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 .