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
- Host: GitHub
- URL: https://github.com/piyushxcoder/solana-client-go
- Owner: PiyushXCoder
- License: gpl-2.0
- Created: 2024-10-14T16:36:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T08:54:40.000Z (over 1 year ago)
- Last Synced: 2025-12-05T10:28:40.639Z (7 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`