Services | LiveRaveN
  • 😎Introduction
  • ⛓️Supported networks
  • 💰Cosmos Mainnets
    • Andromeda Protocol
      • Services
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Empower Chain
      • Services
      • Snapshot
      • State Sync
    • Gitopia
      • Services
      • Snapshot
      • State Sync
    • Kyve
      • Services
      • Snapshot
      • State Sync
      • Upgrade Path
    • Nibiru
      • Services
      • Snapshot
      • State Sync
    • Nolus
      • Services
      • Snapshot
      • State Sync
    • Rebus Chain
      • Services
      • Snapshot
      • State Sync
    • Uptick Network
      • Services
      • Snapshot
      • State Sync
  • 💻Cosmos Testnets
    • Arkeo
      • Services
      • Snapshot
      • State Sync
    • Elys Network
      • Services
      • Snapshot
      • State Sync
    • Fiamma
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Initia
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Lava Network
      • Services
      • Snapshot
      • State Sync
    • Mantra Chain
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Namada
      • Services
      • Snapshot
      • Active IBC Channels
      • RPC Scanner
    • Side Protocol
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Union
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Warden Protocol
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Zero Gravity
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • And more to come...
  • Mainnets
    • And here...
  • Testnets
Powered by GitBook
On this page
  • Public Endpoint
  • Connections
  • Peer
  • Address Book
  • Genesis
  1. Cosmos Testnets
  2. Side Protocol

Services

Public Endpoint

RPC

API

gRPC

Connections

Peer

LiveRaveN Peer

e6575e39599afba59bbe3422284b22edfb1adafb@23.88.5.169:24656

External Peers

PEERS=$(curl -s --max-time 3 --retry 2 --retry-connrefused "https://snapshots.liveraven.net/snapshots/testnet/side-protocol/peers.txt")
if [ -z "$PEERS" ] || [[ "$PEERS" == *"404 Not Found"* ]] || [[ "$PEERS" == *"curl:"* ]]; then
    echo "No peers were retrieved from the URL."
else
    echo -e "\nPEERS: "$PEERS""
    sed -i "s/^persistent_peers *=.*/persistent_peers = "$PEERS"/" "$HOME/.side/config/config.toml"
    echo -e "\nConfiguration file updated successfully.\n"
fi

Address Book

curl -Ls https://snapshots.liveraven.net/snapshots/testnet/side-protocol/addrbook.json > $HOME/.side/config/addrbook.json

Genesis

curl -Ls https://snapshots.liveraven.net/snapshots/testnet/side-protocol/genesis.json > $HOME/.side/config/genesis.json
PreviousSide ProtocolNextSnapshot

Last updated 7 months ago

💻
https://testnet.side.rpc.liveraven.net
https://testnet.side.api.liveraven.net
testnet.side.grpc.liveraven.net:443