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)
Getting this error while trying to build: Module not found: Error: Can't resolve 'crypto' in
Module not found: Error: Can't resolve 'crypto' in 'C:\Users\Dana\Desktop\myapp\node_modules\web3-eth-accounts\lib'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules b...
dana sandman
Votes: 0
Answers: 1
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 can I listen the event emitted from smart contract in web3 js?
I am now building NFT staking website and I have an issue.
I have built smart contract and made it to emit the event.
But in frontend, I cannot listen the event emitted properly. So I force listen to ...

ChaoLong Piao
Votes: 0
Answers: 1
Sending both ether and calling function on smart contract using Web3
So there's an ERC20 contract with an additional fallback function. I am trying to send ether to the contract as well as send tokens in same transaction. I am not sure if this is possible but I have fo...
Viktor Stolbin
Votes: 0
Answers: 1