Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurora-is-near/near-api-go
Go library to interact with NEAR Protocol via RPC API
https://github.com/aurora-is-near/near-api-go
Last synced: 10 days ago
JSON representation
Go library to interact with NEAR Protocol via RPC API
- Host: GitHub
- URL: https://github.com/aurora-is-near/near-api-go
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2021-05-17T20:37:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T11:02:51.000Z (8 months ago)
- Last Synced: 2024-04-27T11:28:58.781Z (8 months ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 6
- Watchers: 13
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-near - near-api-go
README
## near-api-go
[![Go
Reference](https://pkg.go.dev/badge/github.com/aurora-is-near/near-api-go.svg)](https://pkg.go.dev/github.com/aurora-is-near/near-api-go)
[![CI](https://github.com/aurora-is-near/near-api-go/actions/workflows/ci.yml/badge.svg)](https://github.com/aurora-is-near/near-api-go/actions/workflows/ci.yml)
[![Go Report
Card](https://goreportcard.com/badge/github.com/aurora-is-near/near-api-go)](https://goreportcard.com/report/github.com/aurora-is-near/near-api-go)A Go library for development of DApps on the NEAR platform.
There is also a [JavaScript/TypeScript
implementation](https://github.com/near/near-api-js).### Installation
go get -u -v github.com/aurora-is-near/near-api-go
(How to [install Go](https://golang.org/doc/install). Add `$GOPATH/bin`
to your `$PATH`.)