Skip to content

akme/nearclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages