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)
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
useDapp and hardhat returning different values from smart contract
I have a local testnet node using Hardhat. I can successfully deploy and test against my contract using plain javascript, async await and const { ethers, upgrades } = require("hardhat");.
I ...

Zero Cool
Votes: 0
Answers: 1
get notified when result of useContractCall from useDapp arrives in react hook?
This is more a react question I think;
export function useData() {
const [Data]: any = useContractCall({
abi: myContractInterface,
address: myContractAddress,
method: "...

Suisse
Votes: 0
Answers: 1