You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than passing the SVG data into the mint function each time, we should create an ERC-1155 contract which stores different SVG data for each NFTree type (i.e., maple, birch, oak). It is not necessary for each oak tree to have its own TokenId if the SVG data is the same.
The text was updated successfully, but these errors were encountered:
Rather than passing the SVG data into the
mint
function each time, we should create an ERC-1155 contract which stores different SVG data for each NFTree type (i.e., maple, birch, oak). It is not necessary for each oak tree to have its ownTokenId
if the SVG data is the same.The text was updated successfully, but these errors were encountered: