Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Storm-WG/storm-node
Extension daemons for LNP Node implementing Storm protocol
https://github.com/Storm-WG/storm-node
Last synced: about 1 month ago
JSON representation
Extension daemons for LNP Node implementing Storm protocol
- Host: GitHub
- URL: https://github.com/Storm-WG/storm-node
- Owner: Storm-WG
- License: mit
- Created: 2021-12-26T08:50:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T19:08:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:21:27.060Z (4 months ago)
- Language: Rust
- Size: 223 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rgb-protocol - Storm Node
README
# Storm node
Provides distributed storage & messaging for lightning network.
## Run with Docker
### Build
Clone the repository and checkout to the desired version (here `v0.8.0-beta.1`):
```console
$ 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:
```console
$ docker build -t storm-node:v0.8.0-beta.1 .
```