cashubtc / cashu-feni

A Cashu mint and wallet implementation in Golang
MIT License
36 stars 13 forks source link

General Implementation Guideline #55

Open cadayton opened 1 year ago

cadayton commented 1 year ago

Implementation requirements A list of the requirements for a successful implementation.

*Example of a fully configured yaml file mint: host: 0.0.0.0 port: 3338 private_key: veryverysecretkey derivation_path: 0/0/0/0 tls: enabled: false key_path: /home/tls.key cert_path: /home/tls.crt lightning: enabled: false lnbits: lightning_fee_percent: 1.0 lightning_reserve_fee_min: 4000 admin_key: 1234567897894531351ab513154 url: https://legend.lnbits.comc

For instance mint: private_key: [ just make some shit up?] mint: derivation_path: 0/0/0/0 [What?]

Lightning: guess one needs LNBits lightning wallet.