Command line tool

Set Up CARV SVM RPC

Run the following command to set the RPC URL to CARV SVM Testnet:

solana config set --url https://rpc.carv.testnet.soo.network/rpc/carv-McPrlbfMcW0ggpkvr07Tjs2YfviwpHaI

You can verify that the Solana CLI is properly configured to use the CARV SVM Testnet by running:

solana config get

You should see an output that includes the following URL:

Config File: /xxx/xxx/.config/solana/cli/config.yml
RPC URL: https://rpc.carv.testnet.soo.network/rpc/carv-McPrlbfMcW0ggpkvr07Tjs2YfviwpHaI 
WebSocket URL: wss:////rpc.carv.testnet.soo.network/rpc/carv-McPrlbfMcW0ggpkvr07Tjs2YfviwpHaI (computed)
Keypair Path: ./wallet.json
Commitment: confirmed

Last updated