Appearance
Solana coming soon
Solana is on the roadmap; no node is deployed yet. The /solana gateway path is reserved.
What to expect
| Endpoint | https://rpc.lab.au.ro/solana (reserved) |
| Protocol | Solana JSON-RPC 2.0 (getSlot, getBalance, sendTransaction, …) |
| SDK | @solana/web3.js Connection with an httpHeaders: { apikey } option |
js
// the integration that will work on launch:
import { Connection } from '@solana/web3.js'
const connection = new Connection('https://rpc.lab.au.ro/solana', {
httpHeaders: { apikey: process.env.YOUR_API_KEY }
})
// (final snippet will be published — and live-verified — at launch)Want it sooner? Tell us — chain priority follows demand.