Cesar Rodas f93bd1799b Make sure signatory has all the keys in memory преди 10 месеца
..
src f93bd1799b Make sure signatory has all the keys in memory преди 10 месеца
Cargo.toml 02fd849870 chore: fix some typos in comment преди 10 месеца
README.md d4975c7170 add docker support for cdk-mintd (#480) преди 1 година
example.config.toml 0eb5805f6f Mint example config: remove stale cln_path reference (#694) преди 10 месеца

README.md

cdk-mintd

Building from source

  nix develop

Build

  cargo b --bin cdk-mintd -r

Configuration

Copy example config to cdk-mintd working directory.

  cp ./example.config.toml ~/.cdk-mintd/config.toml

Edit config file

  vi ~/.cdk-mintd/config.toml

Running with Docker

Build the Docker image

  docker build -t cdk-mintd .

Run the Docker container with the configuration file mapped

  docker run -v ~/.cdk-mintd/config.toml:/root/.cdk-mintd/config.toml cdk-mintd