cashu-feni icon indicating copy to clipboard operation
cashu-feni copied to clipboard

A Cashu mint and wallet implementation in Golang

Results 7 cashu-feni issues
Sort by recently updated
recently updated
newest added

### What version of Go are you using (`go version`)? $ go version go version go1.22.0 windows/amd64 ### Does this issue reproduce with the latest release? yes ### What operating...

**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...

When sending from wallet, the way outputs are constructed in the request for `/split` they could be telling the mint which is the intended payment amount vs which is the...

### What version of Go are you using (`go version`)? $ go version go1.19.1 darwin/arm64 ### Does this issue reproduce with the latest release? yes ### What operating system and...