Lucent Network Documentation
  • Overview
    • Introducing Lucent Network
  • Lucent Network Upgrade
    • Setting up a Solana Wallet
  • Upgrading $CLV to $LUX
  • Network Upgrade Portal FAQ
  • Support for Coinbase Wallet
  • Core Technology
    • SVM Architecture
    • AI Infrastructure
  • USING LUCENT
    • RPC Setup
    • Reading from Network
    • Writing to Network
    • Network Information
    • Wallet
    • Explorer
    • Agent Interaction
  • ECONOMICS
    • Tokenomics
  • DECENTRALIZED AUTONOMOUS ORGANIZATION
    • Governance
  • Community & Support
    • Link
Powered by GitBook
On this page
  • Command Line Configuration
  • Solana Playground Configuration
  • Important Notes
  • Common Issues
  1. 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:

solana config set --url https://rpc.testnet.lucent.network/rpc 

Or SOON Faucet Devnet(easy to get test tokens):

solana config set --url https://rpc.fc.devnet.soo.network/rpc

Verify Configuration

Run the following command to verify your setup:

solana config get

You should see output similar to:

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:

  1. Click the settings button on the left

  2. Select "Custom" in the Endpoint settings

  3. Enter Soon's RPC URL:

    https://rpc.testnet.soo.network/rpc

    or

    https://rpc.fc.devnet.soo.network/rpc  

(# Recommended: easier to obtain test tokens)

Important Notes

  1. Development Phase:

    • Lucent is currently in Testnet, and is set to release its mainnet in May 2025

  2. Network Selection:

    • SOON Faucet Devnet recommended for development

    • Easier access to test tokens for development

Common Issues

  1. Connection Failures:

    • Ensure a stable network connection

    • Verify the correct RPC URL input

    • Check firewall settings

  2. Config File Location:

    • Linux/MacOS: ~/.config/solana/cli/config.yml

    • Windows: C:\Users\<USERNAME>\.config\solana\cli\config.yml


Note: Our dedicated testnet and mainnet are under development. Once available, this documentation will be updated with the new network information.

PreviousAI InfrastructureNextReading from Network

Last updated 1 month ago