visoftsolutions / ksox

Cryptocurrency Exchange & Crypto Payment Processor, powered by zk-STARK
3 stars 0 forks source link

Create Deposit and Withdrawal Sections on Exchange Front-end #11

Open Okm165 opened 1 year ago

Okm165 commented 1 year ago

Issue Description: The goal of this issue is to create the Deposit and Withdrawal sections on our exchange front-end. These sections will allow users to deposit and withdraw assets from the exchange.

The following components need to be modified:

  1. web/@app/exchange/src/components/Assets.tsx
  2. web/@app/exchange/src/components/Assets/

Tasks:

  1. Implement the Deposit section:

    • Add a deposit input field where users can enter the destination address for the deposit.
    • Include an input field for the deposit amount.
    • Implement a deposit button for initiating the transfer.
  2. Implement the Withdrawal section:

    • Add an input field for the withdrawal address where users can specify the destination address for the withdrawal.
    • Include an input field for the withdrawal amount.
    • Implement a withdrawal button to initiate the transfer.

Additional Notes:

MichalMizia commented 1 year ago

Claim