Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1001 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 1001 Bytes

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!