Skip to content

mynhinguyentruong/go-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana SDK Library for GO

JSON RPC API

RPC Methods

  • GetBalance

First initialize which cluster you would like to interact with

Go to https://github.com/mynhinguyentruong/go-solana/example.go for a complete example for this method

Run go get github.com/mynhinguyentruong/go-solana/solana

The terminal should print something like following... : go: added github.com/mynhinguyentruong/go-solana/solana v0.0.0-203...

To update dependancies in your project, run: go get -u && go mod tidy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages