lescuer97 / nutmix

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

Change mint info to local yml file #60

Closed lescuer97 closed 1 month ago

lescuer97 commented 4 months ago

Right now mint info is being changed with .env it will be better to have a file in the files system for most of this info. So it can be easily changed on the ui.

When this changes are set on the toml file. You can then change everything on the admin website. there are some caveats. This are the current 3 options FakeWallet, LndGrpcWallet, LNbitsWallet

for selecting lightning you will have a select with the lightning options and show the correct inputs.

when selecting the DB if you choose to use the docker database. there will be a select: docker and custom if you select to use the docker database you don't get to select the database url.

if you select fake wallet you don't need to select anything on mint urls.

Network will be a select with 4 options regtest, testnet, mainnet, signet