lescuer97 / nutmix

golang implementation of ecash mint
MIT License
10 stars 1 forks source link

add testing container and other simple tests #28

Closed lescuer97 closed 3 weeks ago

lescuer97 commented 1 month ago

List of tests to make: This tests should happen on both FakeWallet and Lnd

Swap Tests

Mint Tests

Melt tests

this also adds the ability to set a private key for from env variables. that way the app can derive much easily and clearly. this fixes #13 fixes #27