alanchchen / web3go

Go version of Ethereum client library
http://alanchchen.github.io/web3go/
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

Why obsolete? #10

Open joeb000 opened 7 years ago

joeb000 commented 7 years ago

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...

alanchchen commented 7 years ago

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.