store-cli

Crates.iostore-cli
lib.rsstore-cli
version0.9.0
sourcesrc
created_at2022-06-20 21:42:26.979117
updated_at2023-02-06 15:30:17.778754
descriptionStorage daemon command-line interface
homepage
repository
max_upload_size
id609801
size66,488
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

Storm storage daemon

Storage daemon for Storm and other LNP/BP nodes. It is a microservice frontend for different storage backends

Run with Docker

Build

Clone the repository and checkout to the desired version (here v0.8.0):

$ git clone https://github.com/Storm-WG/storm-stored
$ cd storm-stored
$ git checkout v0.8.0

Build and tag the Docker image:

$ docker build -t storm-stored:v0.8.0 .
Commit count: 0

cargo fmt