/nearclient

Golang client library to interact with NEAR Protocol via RPC API

Primary LanguageGoMIT LicenseMIT

nearclient

PkgGoDev Go Report Card GoDoc

nearclient is golang client library to interact with NEAR Protocol via RPC API, inspired by ethclient.

Warning: not production ready

Supported methods

  • status
  • send transaction (async)
  • send transaction (wait until done)
  • query
  • block (doesn't support finality)
  • chunk
  • transaction status
  • validators
  • gasprice

Install

go get -u github.com/akme/nearclient

Docs

For docs go to pkg.go.dev or godoc

Contribute

Pull Requests are welcome!