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

Implement ICS 721 in ibc-rs for NFT support in MASP #2316

Closed
cwgoes opened this issue Dec 19, 2023 · 1 comment
Closed

Implement ICS 721 in ibc-rs for NFT support in MASP #2316

cwgoes opened this issue Dec 19, 2023 · 1 comment
Assignees
Labels

Comments

@cwgoes
Copy link
Contributor

cwgoes commented Dec 19, 2023

Implement ICS 721 in ibc-rs, and integrate it into Namada for NFT support in the MASP. From the MASP's perspective, NFTs are just fungible tokens with only 1 unit.

This should be tested specifically with Stargaze.

@yito88 yito88 added the IBC label Dec 20, 2023
tzemanovic added a commit that referenced this issue Mar 18, 2024
* origin/yuji/ibc-nft:
  for clippy
  remove stale comments
  not handle masp when receiving fails
  refactoring
  add changelog
  fmt
  fix to get memo for NFT transfer
  fix benches
  fix test
  fix tests
  update ibc-rs
  update ibc-rs
  not delete NFT metadata
  nft transfer
  option data
  back to upstream branch
  update ibc-rs and add some tests
  add nft send test
  add nft transfer
  WIP: impl context
  for new ibc-rs
@yito88
Copy link
Member

yito88 commented May 24, 2024

Implemented in #2407
It was tested with Stargaze testnet.

@yito88 yito88 closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants