Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support xUDT #379

Open
Keith-CY opened this issue Apr 9, 2024 · 6 comments
Open

Support xUDT #379

Keith-CY opened this issue Apr 9, 2024 · 6 comments
Assignees
Labels

Comments

@Keith-CY
Copy link
Member

Keith-CY commented Apr 9, 2024

Code snippet: https://github.com/ckb-js/lumos/blob/e168f08a4fab8e44bc6a2ddf584db4ad0c362e40/examples/misc/xudt-transfer.ts

xUDT: https://blog.cryptape.com/enhance-sudts-programmability-with-xudt

Enable xUDT where sUDT has been supported.

@Keith-CY
Copy link
Member Author

Another feature request comes from the community:

Now there are many xUDT tokens released on the mainnet but some of them are valueless. In some cases, users want to destroy these tokens to get plain CKB back, so xUDT should be listed in the cell management and can be destoryed.

@Keith-CY
Copy link
Member Author

Similar to the destroy of xudt, destroy of sudt should be supported

Screen.Recording.2024-05-31.at.11.36.39.mov

@Danie0918
Copy link
Contributor

Danie0918 commented Jun 3, 2024

Image

  1. Supports XUDT recognition and display.
  2. Disable sudt and xudt manual unlocking.

Image

Supports XUDT recognition and display.

Image

Support XUDT display, claim, and view details.

Image

Support for XUDT account creation and management.

@Kirl70
Copy link

Kirl70 commented Jun 11, 2024

@yanguoyu
Copy link

yanguoyu commented Jul 5, 2024

This requirement involves a lot of adaptations and is expected to be completed a bit later.

Asset Account:

  • Create and edit asset accounts.
  • Send xUDT to others
  • Destroy xUDT cell without xUDT balance.

Customized Assets

  • Support migrating xUDT to a new asset account or an existing account
  • Claim/Withdraw the xUDT asset with a cheque lock

History And Overview

  • support show xUDT

Cell Manage

  • support show xUDT

Sync Process

  • When syncing the XUDT cell, Properly store the token type into sudt_token_info

@Danie0918
Copy link
Contributor

pr:nervosnetwork/neuron#3206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🚩Pre Release
Development

No branches or pull requests

5 participants