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
- Host: GitHub
- URL: https://github.com/dmitrymomot/solana
- Owner: dmitrymomot
- License: agpl-3.0
- Created: 2023-01-07T18:25:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T05:38:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T17:20:08.722Z (6 months ago)
- Language: Go
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmitrymomot/solana
Golang wrapper for Solana RPC
[](https://github.com/dmitrymomot/solana)
[](https://github.com/dmitrymomot/solana/actions/workflows/tests.yml)
[](https://github.com/dmitrymomot/solana/actions/workflows/codeql-analysis.yml)
[](https://github.com/dmitrymomot/solana/actions/workflows/golangci-lint.yml)
[](https://goreportcard.com/report/github.com/dmitrymomot/solana)
[](https://pkg.go.dev/github.com/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.