RPC Setup
Lucent is currently in development phase and will be deployed on Soon Network. This guide will help you configure your development environment's RPC connection.
Command Line Configuration
Set Up RPC through Terminal
Run the following command to set the RPC URL to Lucent Network Testnet:
Or SOON Faucet Devnet(easy to get test tokens):
Verify Configuration
Run the following command to verify your setup:
You should see output similar to:
Solana Playground Configuration
If you're using Solana Playground for development, follow these steps to configure RPC:
Click the settings button on the left
Select "Custom" in the Endpoint settings
Enter Soon's RPC URL:
or
(# Recommended: easier to obtain test tokens)
Important Notes
Development Phase:
Lucent is currently in Testnet, and is set to release its mainnet in May 2025
Network Selection:
SOON Faucet Devnet recommended for development
Easier access to test tokens for development
Common Issues
Connection Failures:
Ensure a stable network connection
Verify the correct RPC URL input
Check firewall settings
Config File Location:
Linux/MacOS:
~/.config/solana/cli/config.yml
Windows:
C:\Users\<USERNAME>\.config\solana\cli\config.yml
Last updated