Creating a Token
Calling setupNewTokenWithCreateReferral
on a deployed 1155 contract will create a new token.
View the list of deployed contract addresses here.
All tokens start at tokenId 1 and increment up.
tokenId 0 is reserved for the contract information.
maxSupply
should be set to MAX_INT
for an open edition.
Updating Metadata
updateTokenURI
updates the token URI for a token.
Won't work for tokenId 0 since that is reserved for the contract level information.
Updates the contract metadata.
Last updated