Cesar Rodas 3b84b5eaa9 Improvements based on feedback 10 月之前
..
src 3b84b5eaa9 Improvements based on feedback 10 月之前
Cargo.toml eadd79777b Introduce pluggable backend storage for the HTTP layer. 10 月之前
README.md d4975c7170 add docker support for cdk-mintd (#480) 10 月之前
example.config.toml d673a272aa Apply suggestions from code review 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