Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.)