thirdweb-dev / react

Ultimate collection of React hooks for your web3 apps
https://docs.thirdweb.com/react
Apache License 2.0
80 stars 29 forks source link

[Bug]: contract.createBatch(metaDatas) #132

Open bhswallow opened 2 years ago

bhswallow commented 2 years ago

Prerequisites

Optional

Describe the bug const metadatas = [ { name: "Cool NFT", description: "This is a cool NFT", image: fs.readFileSync("path/to/image.png"), // This can be an image url or file }, { name: "Cool NFT", description: "This is a cool NFT", image: fs.readFileSync("path/to/image.png"), }, ];

How do I upload the same parameters as the dashboard? media\properties\backgroud color\external url the docs not say

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image image