python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WalletConnect & web3js - how to forget previously set wallet?
I'm writig a dApp using web3Modal and web3js libraries.
I have an issue regarding the WalletConnect provider.
Upon choosing to connect using WalletConnect, the QR code doesn't show up and I'm immeidat...
blades
Votes: 0
Answers: 2
Web3 code working in terminal but not my IDE
I am very new to web3 and relatively new to JavaScript. The following code returns undefined for the variable accounts.
Here is my code:
const Web3= require('web3');
var web3 = new Web3("HTTP://1...
Saveer Jain
Votes: 0
Answers: 1
Web3 error when trying to call contract methods
I encounter the following error while trying to run a dapp made using React, Truffle & Ganache. I'm also using web3 version 1.7.1. The problem is that the code enters in a catch(error) sequence of...
AndrewHoover898
Votes: 0
Answers: 1
GoError: Error: the method personal_newAccount does not exist/is not available at web3.js
I just installed geth and
I start an instance of geth with this command: geth --rinkeby --syncmode=light --http
then I attach to that instance with this command: geth attach http://127.0.0.1:8545
and ...
Ovidiu Rudi
Votes: 0
Answers: 1