evanlinjin / echology

Regtest custodial web-wallet that shows off BDK coin selection.
MIT License
0 stars 0 forks source link

Print money popup window #9

Open evanlinjin opened 11 months ago

evanlinjin commented 11 months ago

We need to make it easier to generate coins in batches.

Clicking the "print money" button should bring up a popup window with two inputs:

Name Values
Coin value ranges [1000..50,000], [50,000..100,000], [100,000..500,000]
Number of coins 1..10
evanlinjin commented 11 months ago

@echoshihtw I'll probably need to change the API for this.

echoshihtw commented 11 months ago

@evanlinjin it seems a bit different from what we discussed last time, the pre-defined values in buttons, do you want to go for form instead?