block-quote On this pagechevron-down
copy Copy chevron-down
USING LUCENT 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:
Copy solana config set --url https://rpc.testnet.lucent.network/rpc Or SOON Faucet Devnet(easy to get test tokens):
Copy solana config set --url https://rpc.fc.devnet.soo.network/rpc Verify Configuration
Run the following command to verify your setup:
You should see output similar to:
Copy Config File: /home/xxxx
RPC URL: https://rpc.testnet.lucent.network/rpc
WebSocket URL: wss://rpc.testnet.soo.network/rpc (computed)
Keypair Path: /home/xxxxx
Commitment: confirmed 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
(# 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
Connection Failures :
Ensure a stable network connection
Verify the correct RPC URL input
Config File Location :
Linux/MacOS: ~/.config/solana/cli/config.yml
Windows: C:\Users\<USERNAME>\.config\solana\cli\config.yml
Last updated 10 months ago