Add gopher
This commit is contained in:
parent
04a23a6b3d
commit
0e9dfcdecc
|
@ -3,6 +3,8 @@
|
|||
Go library to interface with Solana nodes's JSON-RPC interface, Solana's SPL tokens and the
|
||||
[Serum DEX](https://dex.projectserum.com) instructions. More contracts to come.
|
||||
|
||||
![solana-gopher](https://user-images.githubusercontent.com/15271561/126139709-b5773019-1269-4427-912e-a67c90c810d0.png)
|
||||
|
||||
## Installation
|
||||
|
||||
> :warning: `solana-go` works using SemVer but in 0 version, which means that the 'minor' will be changed when some broken changes are introduced into the application, and the 'patch' will be changed when a new feature with new changes is added or for bug fixing. As soon as v1.0.0 be released, `solana-go` will start to use SemVer as usual.
|
||||
|
@ -146,3 +148,7 @@ Any contributions are welcome, use your standard GitHub-fu to pitch in and impro
|
|||
# License
|
||||
|
||||
[Apache 2.0](LICENSE)
|
||||
|
||||
# Credits
|
||||
|
||||
- `solana-gopher.png` logo was originally created by Takuya Ueda (https://twitter.com/tenntenn). Licensed under the Creative Commons 3.0 Attributions license.
|
||||
|
|
Loading…
Reference in New Issue