diff --git a/crates/cdk-mintd/README.md b/crates/cdk-mintd/README.md new file mode 100644 index 00000000..27fb6374 --- /dev/null +++ b/crates/cdk-mintd/README.md @@ -0,0 +1,28 @@ + +# cdk-mintd + +## Building from source + +```sh + nix develop +``` + +#### Build + +```sh + cargo b --bin cdk-mintd -r +``` + +## Configuration + +### Copy example config to cdk-mintd working directory. + +```sh + cp ./example.config.toml ~/.cdk-mintd/config.toml +``` + +### Edit config file + +```sh + vi ~/.cdk-mintd/config.toml +``` diff --git a/crates/cdk-mintd/example.config.toml b/crates/cdk-mintd/example.config.toml index db1f0c00..6cab66fc 100644 --- a/crates/cdk-mintd/example.config.toml +++ b/crates/cdk-mintd/example.config.toml @@ -31,11 +31,3 @@ ln_backend = "cln" # CLN # Required if using cln backend path to rpc cln_path = "" - -# Required to start greenlight for the first time -# greenlight_invite_code = "" - -# Fee reserve for melting as a percent of payment amount -fee_percent = 1.0 -# Fee reserve for melting as an absolute value -reserve_fee_min = 1000