w3b3d3v / kyodo-protocol

https://kyodo-protocol-mvp.vercel.app
MIT License
12 stars 5 forks source link

Make user select the token desired to withdraw #180

Open nomadbitcoin opened 12 months ago

nomadbitcoin commented 12 months ago

Today, when users request a withdrawal, they receive FAKE_STABLE because it's the only currency we've been using during testing, it's the only currency accepted as payment under the Kyodo contract and the only one available at the time of payment.

The ideal behavior is to take the list of tokens accepted by the contract and display them at the time of withdrawal so that the user can choose which currency they want to withdraw.

Requirements: