New Project for the EOS ecosystem
What is the project about?
The goal of this project is to provide easy API wrappers for the EOS blockchain RPC protocol in the Go language. It provides everything to decode all the JSON protocol into statically-typed structs.
Any Go projects wanting to interact with the EOS blockchain will benefit from this library. It is a necessary building block.
I want to continue improving it and keeping it in sync with the EOS.IO software releases as they occur.
Roadmap
- Upgrade to Dawn 3 (currently tested against testnet1.eos.io)
- Complete the coverage of all RPC calls, both for requests and responses.
- Provide some useful conversions (for amounts and assets for example) into the Go language.
How to contribute?
The GitHub repo lives here: https://github.com/abourget/eosapi
The project is MIT licensed, you can contribute by adding documentation to the functions, improving coverage, writing tests against things in EOSIO/eos
.
Any tooling that could help keep things in sync with EOSIO/eos
would be great.
Otherwise, use the GitHub features, fork and PR, submit issues and hack your way through !
Posted on Utopian.io - Rewarding Open Source Contributors