Files
cdk/crates/cdk-mintd
thesimplekid e268866446 chore: clippy (#750)
* chore: clippy

* chore: fmt
2025-05-14 15:55:37 +01:00
..
2025-05-14 15:55:37 +01:00
2025-04-02 18:29:18 +08:00

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