Cytonic Solana
Cytonic Solana Testnet is a Solana Virtual Machine (SVM)-compatible blockchain optimized for high-speed transactions and low fees. This documentation provides key details for developers to build and interact with the network.
Network Details
Network Name
Cytonic Solana Testnet
RPC URL
https://rpc.svm.testnet.cytonic.com/rpc
Block Explorer
https://explorer.svm.testnet.cytonic.com
Token Symbol
CCC (test token)
Faucet
Request testnet CCC tokens via the Cytonic faucet or CLI.
Connecting to the Network
1. Phantom Wallet Configuration
Open Phantom Wallet and navigate to Settings > Networks.
Click Add Network and enter:
Network Name:
Cytonic Solana Testnet
RPC URL:
https://rpc.svm.testnet.cytonic.com/rpc
Token:
CCC
2. Solana CLI Configuration
Set the CLI to use Cytonic Solana Testnet:
3. Anchor Configuration
Update Anchor.toml
for your project:
Example Program Deployment
Simple Counter Program (Rust)
Deploy with Solana CLI
Interacting with the Blockchain
Using @solana/web3.js
Troubleshooting
RPC Timeouts Check your internet connection or switch to the WebSocket URL for real-time updates.
Transaction Not Confirmed Use the Solana CLI to check status:
Program ID Mismatch Ensure the program ID matches the deployed address on the Cytonic block explorer.
Support
Join the Cytonic developer community for assistance: Discord Server
Note: $CCC tokens on the testnet have no monetary value. Use them only for development and testing.
Last updated