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)
Cannot change solc compiler version in VSCode
I am getting this error in VSCode while trying to compile using brownie. I understand this error is from the pragma solidity version in one of my files being different from my compiler:
PS C:\Users\m...
Pat White
Votes: 0
Answers: 1
WalletBalance.tsx Token Balance Returns : undefined
I've been completing the full-stack-defi course and when I use the useTokenBalance function from usedapp/core I get returned nothing, I don't know where I've went wrong because I've when I console.log...
Daniel_Cawley
Votes: 0
Answers: 2
Brownie installation
hp@DESKTOP-QUTE621 MINGW64 \~/demos/nft-demo
$ brownie run scripts/deploy_and_create.py --network rinkeby
INFO: Could not find files for the given pattern(s).
Brownie v1.18.1 - Python development fram...
sachin ruhil
Votes: 0
Answers: 1
Error: supportedChain is deprecated, please pass networks instead
I'm going through the freecodecamp Patrick Collins tutorial on creating front ends for Ethereum smart contracts and I don't know why when I open up the localhost console I get an error.
supportedChain...
Daniel_Cawley
Votes: 0
Answers: 1