This commit is contained in:
gagliardetto 2022-02-12 22:25:36 +01:00
parent 5e4cca32df
commit 6f57489a76
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ There is currently **no stable release**. The SDK is actively developed and late
The RPC and WS client implementation is based on [this RPC spec](https://github.com/solana-labs/solana/blob/dff9c88193da142693cabebfcd3bf68fa8e8b873/docs/src/developing/clients/jsonrpc-api.md).
Note
----
- solana-go is in active development, so all APIs are subject to change.
- This code is unaudited. Use at your own risk.
## Requirements
- Go 1.16 or later