Crates.io | store_daemon |
lib.rs | store_daemon |
version | 0.9.0 |
source | src |
created_at | 2022-06-20 21:37:43.643429 |
updated_at | 2023-02-06 15:29:40.181455 |
description | Storage daemon |
homepage | |
repository | |
max_upload_size | |
id | 609799 |
size | 85,143 |
Storage daemon for Storm and other LNP/BP nodes. It is a microservice frontend for different storage backends
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 .