-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Feature EnhancementTasks focused on improving or extending existing features, making them more robust or user-friendlyTasks focused on improving or extending existing features, making them more robust or user-friendlyOptimization / RefactorTasks that improve the codebase's efficiency, performance, without changing its behaviorTasks that improve the codebase's efficiency, performance, without changing its behavior
Description
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:
- Design of the screen component
- Solidity to create the function to read the available tokens to be withdrawn.
- Javascript to implement the front-end component.
Metadata
Metadata
Assignees
Labels
Feature EnhancementTasks focused on improving or extending existing features, making them more robust or user-friendlyTasks focused on improving or extending existing features, making them more robust or user-friendlyOptimization / RefactorTasks that improve the codebase's efficiency, performance, without changing its behaviorTasks that improve the codebase's efficiency, performance, without changing its behavior