Getting Started with Dedicated Nodes
Working with your Dedicated Node
Getting Started
Once you have your Dedicated Node set up and ready (status: Succeeded), you can start working with it. For information about the dashboard and managing your node, see the Dashboard page.
Connecting to your dedicated node
RPC and Websocket
Each dedicated node comes with an RPC URL that you can use like in the example below.
Here we are using Solana web3.js to call getSlot
using our dedicated node:
This is how you would set up a native websocket connection to stream new slots:
Set up your Geyser Plugin
To begin using the Geyser plugin you need to clone the Yellowstone repo:
Using the CLI
Once complete, you should see the terminal output new slots. Don’t forget to replace the URL and Token with your own.
Terminal output of new slots
TypeScript Example
This example streams all Raydium transactions live in JSON format:
Example output of a partial Raydium transaction