Go to file
billettc 7604ae3075 move rpc type to rpc package 2020-11-06 11:38:43 -05:00
cli Added full-blown Solana vault, based on eosc vault. 2020-08-14 17:45:22 -04:00
rpc move rpc type to rpc package 2020-11-06 11:38:43 -05:00
serum move rpc type to rpc package 2020-11-06 11:38:43 -05:00
slnc move rpc type to rpc package 2020-11-06 11:38:43 -05:00
system Tried to make struc work with variant, but failed 2020-08-19 13:21:32 -04:00
token First dent in Variants 2020-08-19 11:28:49 -04:00
vault Added full-blown Solana vault, based on eosc vault. 2020-08-14 17:45:22 -04:00
README.md First draft of Serum structs. 2020-11-05 17:54:08 -05:00
go.mod replace new rpc client by alex one 2020-11-06 11:20:48 -05:00
go.sum replace new rpc client by alex one 2020-11-06 11:20:48 -05:00
instructions.go First draft of `spl` and `system` commands in the CLI. 2020-08-14 18:29:24 -04:00
logging.go Tried to make struc work with variant, but failed 2020-08-19 13:21:32 -04:00
nativetypes.go SECURITY notice 2020-08-21 12:49:46 -04:00
nativetypes_test.go First dent in Variants 2020-08-19 11:28:49 -04:00
transactions.go First dent in Variants 2020-08-19 11:28:49 -04:00
transactions_test.go First draft of `spl` and `system` commands in the CLI. 2020-08-14 18:29:24 -04:00
variants.go Tried to make struc work with variant, but failed 2020-08-19 13:21:32 -04:00

README.md

Solana library for Go

Go library to interface with Solana nodes's JSON-RPC interface, Solana's SPL tokens and the [https://dex.projectserum.com](Serum DEX) instructions. More contracts to come.

Usage

solana.NewClient("https://mainnet.solana.dfuse.io")

Examples

Contributing

Any contributions are welcome, use your standard GitHub-fu to pitch in and improve.

License

Apache-2