paraspell / xcm-tools

ParaSpell✨: Set of XCM-Tools for Polkadot and Kusama ecosystem
https://paraspell.github.io/docs/
MIT License
28 stars 8 forks source link

Cross-chain NFT from Astar to Polkadot and viceversa #108

Open ercole89 opened 6 months ago

ercole89 commented 6 months ago

Hi,

I am developing on a project that requires transferring NFTs between Polkadot parachains.

I am using your XCM SDK and would like to know if it is possible to use this paraspell-SDK to create an application that can transfer an NFT from one parachain to another.

In particular, I would like to transfer an NFT from Astar to Polkadot and vice versa.

Would you be able to provide some guidance on how to proceed?

Thank you for your time and attention.

dudo50 commented 6 months ago

Hey @ercole89, Thank you for opening up the issue regarding this topic. Currently, Polkadot does not support NFT teleportation through native XCM. However, this is planned in XCM v4. The release date of XCM v4 is unknown (Rumoured around Q1 2024). Once it is out we will implement it in our SDK for sure.

As for now, you can feel free to use our XCM-SDK, XCM-API or XCM-Router for fungible asset transfers. Feel free to contact us if you need any assistance with these.

With kind regards, Team ParaSpell