opensea Questions
2
Solved
I tried to change token base URL to display the new images of NFTs on opensea.io. But it is not updated immediately.
There is a way to update by specifying force_update=true on Rikeby testnet.
But ...
2
Solved
I have deployed a ERC-1155 based contract (based on OpenZeppelin) and minted some NFTs on this contract successfully. But when I want to use these NFTs in OpenSea, it always says "Unidentified...
1
Hope you're doing well.
I am a developer and have a query regarding my 3d model preview on opensea testnet.
I have created a metadata file https://pattirose.growwithsabrina.org/nft/1.json
using pin...
Ability asked 26/11, 2021 at 13:0
3
Solved
I have been testing my erc-721 contract with a link to my ipfs hash ipfs://QmeB87321i121xN88bXZzmjSUXqS46B8bU3H9ocyTb8tJf as the base token URI. The contracts are deployed and the items have been m...
1
const { OpenSeaPort, Network } = require("opensea-js");
const offer = await seaport.createBuyOrder({
asset: {
tokenId,
tokenAddress,
schemaName
},
accountAddress: WALLET_ADDRESS,
...
1
I am trying to use OpenSea API and I noticed that I need to set a limit before retrieving assets
https://docs.opensea.io/reference/getting-assets
I figured I can use the offset to navigate through ...
Smutch asked 31/8, 2021 at 22:16
1
© 2022 - 2024 — McMap. All rights reserved.