nearclient is golang client library to interact with NEAR Protocol via RPC API, inspired by ethclient.
Warning: not production ready
- status
- send transaction (async)
- send transaction (wait until done)
- query
- block (doesn't support finality)
- chunk
- transaction status
- validators
- gasprice
go get -u github.com/akme/nearclient
For docs go to pkg.go.dev or godoc
Pull Requests are welcome!