Browse Source

chore: mintd readme

thesimplekid 7 months ago
parent
commit
37ddaa2e2c
2 changed files with 28 additions and 8 deletions
  1. 28 0
      crates/cdk-mintd/README.md
  2. 0 8
      crates/cdk-mintd/example.config.toml

+ 28 - 0
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
+```

+ 0 - 8
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