Open joeb000 opened 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.
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...