lisk-desktop icon indicating copy to clipboard operation
lisk-desktop copied to clipboard

Integrate tokens endpoints

Open sridharmeganathan opened this issue 2 years ago • 0 comments

Description

  • Replace mock endpoints with actual endpoints to fetch
    • Supported tokens
    • Token and its balances
    • Get token meta data from /api/v3/blockchain/apps/meta/tokens
    • Get token balances (available, locked) from /api/v3/tokens or RPC token_getBalances
    • Get nonce and multisignature information from auth_getAuthAccount
    • Get List of voters from ​​dpos_getVoter
    • Get delegate information from dpos_getDelegate
    • Get supported tokens from selected to application to filter the un-supported tokens to send to receiving chain

Acceptance Criteria

  • Users should be able to select the supported tokens and send them to users
  • Users should be able to select the supported tokens and request them from users
  • Add e2e tests for
    • Send LSK tokens within application
    • Send LSK tokens across application
    • Send native tokens within application
    • Send native tokens across application
    • Receive LSK tokens within application
    • Receive LSK tokens across application
    • Receive native tokens within application
    • Receive native tokens across application

sridharmeganathan avatar Jul 25 '22 15:07 sridharmeganathan