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

https://github.com/dmitrymomot/solana

Golang wrapper for Solana RPC
https://github.com/dmitrymomot/solana

Last synced: 4 months ago
JSON representation

Golang wrapper for Solana RPC

Awesome Lists containing this project

README

        

# dmitrymomot/solana

Golang wrapper for Solana RPC

[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dmitrymomot/solana)](https://github.com/dmitrymomot/solana)
[![Tests](https://github.com/dmitrymomot/solana/actions/workflows/tests.yml/badge.svg)](https://github.com/dmitrymomot/solana/actions/workflows/tests.yml)
[![CodeQL Analysis](https://github.com/dmitrymomot/solana/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dmitrymomot/solana/actions/workflows/codeql-analysis.yml)
[![GolangCI Lint](https://github.com/dmitrymomot/solana/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/dmitrymomot/solana/actions/workflows/golangci-lint.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/dmitrymomot/solana)](https://goreportcard.com/report/github.com/dmitrymomot/solana)
[![Go Reference](https://pkg.go.dev/badge/github.com/dmitrymomot/solana.svg)](https://pkg.go.dev/github.com/dmitrymomot/solana)
[![License](https://img.shields.io/github/license/dmitrymomot/solana)](https://github.com/dmitrymomot/solana/blob/main/LICENSE)

## Installation

```bash
go get github.com/dmitrymomot/solana
```

## License

This project is licensed under the The GNU Affero General Public License - see the [LICENSE](LICENSE) file for details.