nft

How can I fix Thirdweb Goerli Testnet HTTP Error 429?

How can I fix Thirdweb Goerli Testnet HTTP Error 429? Question: I’m minting the NFT with the Python SDK of Thirdweb using Goerli TestNet. Code : sdk = ThirdwebSDK.from_private_key(PRIVATE_KEY, NETWORK) NFT_COLLECTION_ADDRESS = contratonft nft_collection = sdk.get_nft_collection(NFT_COLLECTION_ADDRESS) urlarchivoarr=imagencert.split("/") urlarchivostr=str(urlarchivoarr[1]); urlarchivoimg="https://files.avfenixrecords.com/" + urlarchivostr metadata=NFTMetadataInput.from_json({ "name": nombrecert, "description": descripcert, "image": urlarchivoimg }) # You can pass in any …

Total answers: 1

How do i upload a folder containing metadata to pinata using a script in python-brownie?

How do i upload a folder containing metadata to pinata using a script in python-brownie? Question: I’ve been trying for the past 24 hours but can’t find a solution. This is the code: import os from pathlib import Path import requests PINATA_BASE_URL = "https://api.pinata.cloud/" endpoint = "pinning/pinFileToIPFS" # Change this filepath filepath = "C:/Users/acer/Desktop/Ciao" filename …

Total answers: 1