xNFT Grant Delivery
January 18, 2024 ยท View on GitHub
This is repo contains the deliverables for xNFT grant.
Contents
Overview
NFT Pallet
- We have used the official NFT Pallet in Substrate
xNFT Pallet
Purpose of the pallet is to :-
- Transfer collection from parachain to parachian
- Transfer NFTs from parachain to parachain
NOTE:-
- For multi NFT transfer, there is a limitation of maximum 3 transaction in XCM queue while using transact function. Due to this the maximum number of nft that can be transferred at one time is 3.
- The sibling account must have enough funds to perform the transactions.