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

https://github.com/piyushxcoder/solana-client-go

Attempt to make solana client using go
https://github.com/piyushxcoder/solana-client-go

Last synced: about 1 month ago
JSON representation

Attempt to make solana client using go

Awesome Lists containing this project

README

          

# Solana Client

It is an RPC based solana client. It is still experimental and is in very early phase right now.

## How do I try?

- First of all clone the repository
- Build using `go build`
- Execute `./solana-client-go`

## Can I contribute?

Absolutly Yes!

You can try following things to get started and the project is intended to be simple for now.
I might have taken some bad design decisions, so feel free to suggest improvements.

Try it by checking how I make request in `./sample_request.go`