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)
About Smart Contract
If I deploy a contract in Test Net , Will it remain in the Test Net or I have to Deploy it VIA Test Net over and over to test The contract?
What I did, I deployed the contract In the Test Net and I ca...
Gizmo
Votes: 0
Answers: 1
How do I run avalanchego with a local version of coreth?
I forked coreth and added some custom functions. I want to compile and run avalanchego with this custom coreth but have been having issues.
In the coreth documentation there are short instructions for...
devenmatthews
Votes: 0
Answers: 1
How to discover 'random' numbers in Avalanche blockchain solidity code
I am trying to help someone discover how their code was hacked.
They use a random number generator in the blockchain like this:
uint256 random = uint256(
keccak256(
...
Pearl
Votes: 0
Answers: 1
Error: Provider does not have a request or send method to use
I am using Metamask and I am trying to interact with a contract on the AVAX blockchain. I am using web3.js and when I try to interact with the contract, I get the error,
Error: Provider does not have ...
Jazflyer
Votes: 0
Answers: 0