Libraries
RPC
HTTP and WebSocket JSON RPC Clients.
GitHub Repository
Dependencies
- java.net.http
- systems.comodal.json_iterator
- software.sava.core
HTTP
See the official Solana docs for context on each HTTP RPC method.
Create Client
Fetch & Parse Accounts
Query Program Accounts with Filters
Note: You will need access to an RPC node which has getProgramAccounts enabled, such as Helius.
Retrieve all lookup tables which are active and frozen.
WebSocket
See the official Solana docs for context on each WebSocket RPC method.