docs.rs failed to build storm_node-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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):

$ 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 .