kingsingh21

Results 2 issues of kingsingh21

Error Code from web3 import Web3 #for connecting to ganache w3 = Web3(Web3.HTTPProvider("HTTP://0.0.0.0:7545")) chain_id = 5777 my_address = "0x8f0985D97A8C4f5D5e114bD620e9BEa8ed31FF4e" private_key = "15e5dbb03aca0d5de6a79c759516b78620e9fad2f730c56e4148fa068b0f9221" #Get the latest transaction nonce = w3.eth.getTransactionCount(my_address) print(nonce)...

Selecting Quickstart While opening Ganache is not taking to Ganache console instead it is taking to SERVER tab and I don't see any option to open ganache console. And I...