python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I see the metadata from the MINT NFTs in react after MINT
how can I see the metadata from the NFT mint on react? And get access to them as soon as I press the mint button on the page? after clicking on the mint I have access to some information from the tran...
drg_iulian
Votes: 0
Answers: 0
How specific Cost Value to ethersJs in React
I need to implement in the code below "value" the cost in ETH because in Solidity I require msg.value and in order to be able to lie I have to put a parameter "value" in the code i...
drg_iulian
Votes: 0
Answers: 1
Why contract event data is undefined on a testnet but not in a local node?
I've created the following Solidity contract that emits an event:
And in my front-end JS code I'm using ethers.js and reading the data from the event with event.args[2] (line 76):
When I use a Hardh...

TiagoS
Votes: 0
Answers: 0
Get require() message error from a smart contract in Ethereum
I'm starting to learn Solidity and how to interact with smart contracts within a Dapp, and I would like to know how can I log/handle errors from the contract in my Dapp.
For example, in the Dapp I hav...

Rod
Votes: 0
Answers: 1