Viewing NFTs
XP.NETWORK has developed a tool called "NFT Indexer". It allows viewing NFTs by two parameters:
- The blockchain of interest.
- The Public Key of the NFT owner.
How it works:
- XP.NETWORK has looped through the blocks of the integrated blockchins since their genesis.
- We read the transactions of the blocks.
- If a transaction was NFT minting, transferring or burning related, we saved the new owner of the NFT in our database together with the information about that NFT.
The main bridging screen allows to:
- Select one or multiple NFTs.
- View NFT metadata.
- Provide the bridge with the address of the receiver on the target chain.
- Approve in the original NFT smart contract that the new operator is the bridge SC.
- Transfer one or multiple NFTs to the chain of destination.
Example:
In this example we're sending one NFT called "Unifairy" ID: 10002366816 from BSC to Velas to the same address.
EVM chains use the same elliptical curve cryptography which allows reusing the same key pairs on multiple chains. In other words, we can have the same account accross all the EVM blockchains and use the same private key for signing our transactions.