web3go icon indicating copy to clipboard operation
web3go copied to clipboard

Why obsolete?

Open joeb000 opened this issue 7 years ago • 1 comments

Hey - I was thinking about writing a golang web3 interface to consume the geth RPC API and I found this project. Wondering why its marked as obsolete? I was planning on building this myself from scratch but may just fork your repo instead...

joeb000 avatar Apr 07 '17 14:04 joeb000

Hi @joeb000 , I'm sorry that I have no time to continue this project and current version is not well-tested, so I make it obsolete. I'm new to Go and this is my first Go project. Just for fun :)

There is an excellent RPC client interface in official go-ethereum repo https://github.com/ethereum/go-ethereum/blob/master/ethclient/ethclient.go This might be more reliable.

If you are using smart contracts, abigen will be helpful.

alanchchen avatar Apr 08 '17 08:04 alanchchen