thesimplekid a880e15d4c Merge pull request #603 from ok300/ok300-fix-mint-startup-clean-db-no-rpc há 1 mês atrás
..
src 96003f3979 Fix minting and melting on mintd with RPC disabled há 1 mês atrás
Cargo.toml 7b7def17ee chore: release v0.7.1 há 1 mês atrás
README.md d4975c7170 add docker support for cdk-mintd (#480) há 4 meses atrás
example.config.toml 47ee54d7f5 feat: mint management rpc server and client cli há 1 mês atrás

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