akme / nearclient

Golang client library to interact with NEAR Protocol via RPC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Golang client library to interact with NEAR Protocol via RPC API

License:MIT License


Languages

Language:Go 100.0%