We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see:
https://www.gwscan.com/multi-token-item/0x34933a5958378e7141aa2305cdb5cdf514896035/31019289342735007964254165470
This NFT was bridged from Ethereum to Godwoken using XP NETWORK bridge
I have consulted with Dima from XP NETWORK
The metadata can be found here
https://nft.xp.network/w/31019289342735007964254165470
Image: https://i.seadn.io/gae/TWw6VjeyKmC6oAhpZaOui2YlLKk0aYEoK6043brdW0PvPDgsO6IBrywNNl8-4guJLKs7mE2qQXNje039-btWpcReANZJWprp2Tto?w=500&auto=format
Some further info from Dima which may be helpful:
The contract has a uri(uint256 tokenID) function that returns this: https://nft.xp.network/w/{id} The marketplace needs to replace {id} with the tokenID This is the standard OpenZepplin implementation: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC1155/ERC1155.sol#L59 As a result of the above manipulations you will get this link: https://nft.xp.network/w/31019289342735007964254165470
The contract has a uri(uint256 tokenID) function that returns this:
https://nft.xp.network/w/{id}
The marketplace needs to replace {id} with the tokenID
This is the standard OpenZepplin implementation:
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC1155/ERC1155.sol#L59
As a result of the above manipulations you will get this link:
The text was updated successfully, but these errors were encountered:
fixed
Sorry, something went wrong.
Naupio
FrederLu
No branches or pull requests
Please see:
https://www.gwscan.com/multi-token-item/0x34933a5958378e7141aa2305cdb5cdf514896035/31019289342735007964254165470
This NFT was bridged from Ethereum to Godwoken using XP NETWORK bridge
I have consulted with Dima from XP NETWORK
The metadata can be found here
https://nft.xp.network/w/31019289342735007964254165470
Image:
https://i.seadn.io/gae/TWw6VjeyKmC6oAhpZaOui2YlLKk0aYEoK6043brdW0PvPDgsO6IBrywNNl8-4guJLKs7mE2qQXNje039-btWpcReANZJWprp2Tto?w=500&auto=format
Some further info from Dima which may be helpful:
The text was updated successfully, but these errors were encountered: