ethereum-development-with-go-book icon indicating copy to clipboard operation
ethereum-development-with-go-book copied to clipboard

📖 A little guide book on Ethereum Development with Go (golang)

Results 9 ethereum-development-with-go-book issues
Sort by recently updated
recently updated
newest added

when i follow this [tutorial,](https://goethereumbook.org/en/event-subscribe/) and this code will generate an error when i miss Topics parameter: ``` ethereum.FilterQuery{ Topics: [][]common.Hash{}, //comment this line and an error will occur Addresses:...

help wanted
wontfix
out-of-date-book-examples

"sign the sign transaction" -> "sign the transaction"

Use `types.LatestSignerForChainID()` instead of `types.NewEIP155Signer()` method.

Update "Writing to a Smart Contract" to wait for transaction to be mined. Without waiting, the value returned is empty while the tx was just sent.

Update "Reading ERC-20 Token Event Logs" to Solidity 0.8.13 and Geth 1.10.17 About renaming abi.Unpack to abi.UnpackIntoInterface: https://github.com/ethereum/go-ethereum/pull/21091

hello how to use HexToAddress in python

when i follow this [Address Check](https://goethereumbook.org/zh/address-check/), i don't know why always send me back false, is it out of date?

Current `transfer_token.go` is outdated. Unsure of when this happened but the current method of transacting ERC-20 tokens looks something like this: https://gist.github.com/ckruger097/a156d04a5f3542eac20e6eea5129946d Note: This is done from my own research,...

help wanted
out-of-date-book-examples

help wanted
out-of-date-book-examples