python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How opensea auction smart contract work without storing the ether
Trying to understand how opensea "Make the bid" work. Whenever any interested buyer wants to buy an NFT, they have to create an offer,in which they basically sign a message(commitment)(which...
Dummy Mail
Votes: 0
Answers: 1
How to remove zeros in tokenID in Solidity?
I'm learning Solidity, there's a problem that keeps me busy for days
Basically, I'm going to mint a bunch of NFTs.
The images are 1.png, 2.png, 3.png
The corresponding metadata has the same number as ...
Duy Hoang Nguyen
Votes: 0
Answers: 1
Error during minting with code from Opensea guide
I'm trying to deploy my first SmartContract following the Opensea guide. Everything was working fine until I set a price for my tokens and added the payable keyword. Now when I try to mint, I get the ...
cronoklee
Votes: 0
Answers: 1
OpenSea 3.1 API Validation Errors
I believe OS's OpenApi definition is invalid at version v1.0#1e41yo45l0vihg6s. When I attempt to use it from Node using the api package in my project I get validation errors. Simple steps to reproduce...
Madbreaks
Votes: 0
Answers: 1