Actions
New feature / Change #7934
openImplement functionality to add tokens from the Alephium chain.
Start date:
12/17/2024
Due date:
% Done:
0%
Estimated time:
Description
Actually, if you want to add the ABX token :
- We need to add tokens managements for alephium blockchain (so it will work for any token on alephium's network)
- List all the tokens we want to display in sezame and add them in the global tokens files (as aram suggested)
- Modify the sezame sdk to allow transferring tokens over alephium blokchain (currently we can only send native alph token, aram's right)
- When opening an alph token (detals page) and initiating the transfer, it should work as it is currently working for ethereum erc20's tokens, display the token balance, sending the token, checking the native token (alph) balance to ensure there are enough to pay the transaction fees. So in the final step of transferring, the drawer should display the summary of tokens to be sent (example 50 ABX) and the alephium fees (exemple 0.02 ALPH).
- Be careful as alephium supports groups, so we need to ensure that the token's balance concerns the proper group current alephium address selected, and also confirm that token are sent from the proper address
No data to display
Actions