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)
Is there a way to solve this insufficient funds for gas when deploying a signed transaction to ganache?
Good day, everyone! I'm currently taking a 16-hour freecodecamp course on Solidity, Blockchain, and Smart Contracts, and I'm having trouble sending a simple signed transaction to Ganache and I keep ge...
Philip Ukanwoke
Votes: 0
Answers: 2
Web3py merkle tree support
I am trying to implement a merkle tree just like merkletreejs but python does not have any good libraries that support keccak256 and sorted keccak256 trees. Does anyone know of a good python lib for t...
Smurf Blue
Votes: 0
Answers: 1
Not able to install ganache; getting and NPM in power shell
I got ran into an error when I ran npm install ganache --global.
PS C:\Users\Chetachi Ugwu-Ojobe\Documents\projects\Learning Solidity\Demos> npm install ganache --global npm WARN cleanup Failed to ...
ikpe
Votes: 0
Answers: 0
is there a way to write these python codes for a transaction created, having a constructor? i get a syntax error with these
transaction = SimpleStorage.constructor{}.buildTransaction(
("chainId": chain_id, "from": my_address, "nonce": nonce)
)
print(transaction)
Christopher Onuorah
Votes: 0
Answers: 1