The Ultimate Tool for Testing Solana RPCs. Drop in any Solana RPC URL to test methods.
Helius RPC Playground is a SvelteKit app that allows users to make RPC calls to the Solana blockchain using any RPC URL. It provides a convenient interface to test speeds and examine the returns of the RPC calls.
- Ensure you have Node.js installed.
- Clone this repository to your local machine:
git clone https://github.com/your-username/helius-rpc-playground.git
- Change to the project directory
cd test-drive
- Install the project dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:5173 to access the Helius RPC Playground app.
- Paste in a URL to the endpoint input, and select a method.
- Click "Run" in the Parameters component to test any RPC call.
Contributions are welcome! If you'd like to contribute to Helius RPC Playground, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Submit a pull request to the
dev
branch of the originalheliuslabs/test-drive
repository.
This project is open source and available under the MIT License.
- SvelteKit - JavaScript framework for building web applications.
- Solana RPC Documentation