paritytech / asset-transfer-api

Typescript API aiming to provide clear, and simple to use tools for transferring assets across common good parachains.
Apache License 2.0
42 stars 9 forks source link

Transfer XCMv3 NFTs between System <-> Parachain #234

Open yangwao opened 11 months ago

yangwao commented 11 months ago

Hello, I need help finding clear examples of XCMv3 NFTs transfer from System to Parachain.

I'm asking as we are researching using Asset Transfer API within KodaDot for our Teleport dashboard.

Ref

TarikGul commented 11 months ago

Hey @yangwao. Currently we don't have any NFT support yet for any xcm direction. This is a great point that we should clarify in the docs. This is definitely something we are happy to add to the short term roadmap (we've also had discussions on adding NFT support in the past as well), and I think some discussion around implementation still needs to be done, but there is no reason for us to not have support in the coming future.

cc/ @IkerAlus @marshacb

^ What do we think about adding NFT support after our base implementation is done?