web3 icon indicating copy to clipboard operation
web3 copied to clipboard

A CLI tool to interact with web3 blockchains - Ethereum, GoChain, etc

Results 39 web3 issues
Sort by recently updated
recently updated
newest added

Instead of using the hello contract, generate an ERC20 contract, mint some tokens, etc.

good first issue

We currently support GO main/test, ETH main/test, localhost, and custom rpc. We should consider supporting other nets as well: PoA, ETC, Rinkeby test net.

Hi, I'm BM, a very nice and polite guy. I was trying to deploy some example from your README.md file but I got this error message with the erc721 example:...

I'm trying to follow the guide [Generating Common Contracts](https://github.com/gochain/web3#generating-common-contracts) using Docker image ```shell docker run --rm \ -v ./web3-data:/data \ gochain/web3 \ generate contract erc20 --name "Test Tokens" --symbol TEST...

I have this keystore ``` { "crypto": { "kdf": { "function": "scrypt", "params": { "dklen": 32, "n": 262..., "r": 8, "p": 1, "salt": "..." }, "message": "" }, "checksum": {...

This PR is fixing some suggestions of golang @treeder

Hi, I found when calling contract from cli with empty array input would cause this error: > ERROR: Error calling constant function: invalid hex address: I think the root cause...