Crust Wiki

Crust Wiki

  • Docs
  • Shadow
  • Contribute
  • Languages iconEnglish
    • 中文
    • Help Translate

›Basics

General

  • Crust Overview
  • Crust Grants
  • Crust Ecosystem Growth
  • CRU Claims
  • LockedCRU Claims
  • LockedCRU Unlock
  • Bridge

    • Ethereum Bridge
    • Elrond Bridge
  • Crust Wallet
  • Glossary
  • Use CRU18 Guarantee
  • Parameters
  • Contributing

Learn

  • Account
  • Crust Tokens
  • New Bond
  • Guarantor
  • Validator
  • GPoS
  • sWorker

    • Overview
    • Entry Network
    • Workload
  • DSM
  • Storage Merchant
  • Identity
  • Governance Guide

Build

  • Builder's Portal
  • Crust Storage 101
  • Basics

    • Developer faucet
    • Crust Rocky Network
    • Store file with Crust Storage API
    • Store file with Crust IPFS Pinning Service API

    Crosschain Storage Solution

    • Crust's XCMP-based cross-chain dStorage solution
    • Crust's Parachain-based cross-chain dStorage solution
    • Crust's Native IPFS cross-chain dStorage solution
    • Crust's Smart contract cross-chain dStorage solution

    Integration Guide

    • DApp Hosting
    • NFTs
    • File Storage

    Node Guide

    • Crust Node
    • Crust Storage Manager

    Toolkits

    • Crust Pinner Github Action
    • Crust Pinner NPM Package
    • IPFS W3Auth Gateway
    • IPFS W3Auth Pinning Service

Build With EVM

  • Overview
  • Build With EVM 101
  • Chains

    • Ethereum
    • Optimism
    • Arbitrum
    • zkSync

    Toolkits

    • SDK

Build With Algorand

  • Overview
  • Build With Algorand 101
  • Algorand applications

Build With TON

  • Overview
  • Build With TON 101
  • TON applications

Node

  • Node Overview
  • Node Hardware Spec
  • Owner Node
  • Member Node
  • Isolation Node
  • Validator Guidance
  • Guarantor Guidance
  • sWorker Version
  • Node Benefits
  • Configure QoS

Storage

  • Overview
  • User Guidance
  • Merchant Guidance
  • Order Settlement
  • Storage Market Benefits
  • Apps Storage Issue

Q&A

  • Basic Knowledge
  • Verifiers and Candidates
  • Guarantor
  • Rewards and Punishments
  • Basic Node Problems
  • Member Node Related
  • Related Groups
  • Fix unstable chain
  • Applications
  • EPID & ECDSA
  • Other
Edit

Crust Rocky Network

In this wiki, you'll learn

  • What's rocky network
  • How to connect with rocky network
  • How to get testcoin
  • How to run a rocky node

⛰ About Rocky

Crust Rocky Network is a free test network for developers to test applications before deploying to Mainnet. Rocky has the same function and parameters with Mainnet.

🔗 How to connect

Rocky network can be viewed on Crust Apps:

  • Centralized version: https://apps.crust.network
  • IPFS version: https://crustapps.net

apps-rocky

And Rocky's public websocket endpoint is

  • wss://rpc-rocky.crust.network (Hosted by Crust Network)

💸 Get testcoin

  • Step 1. Go to Crust Discord #🚰faucet channel
  • Step 2. Just send your rocky account address
  • Step 3. Wait a few seconds, you'll got the money😉

🎮 Run a rocky node

Please refer the build section of Crust README.

Or you can just use the following compose file to start rocky just 10 seconds.

version: '3'
services:
  crust-rocky:
    image: crustio/crust:rocky
    network_mode: host
    restart: always
    command:
      - "./crust"
      - --base-path
      - /tmp/rocky-watcher
      - --chain
      - rocky
      - --name
      - rocky-watcher
      - --port
      - "30333"
      - --ws-port
      - "9944"
      - --rpc-port
      - "9933"
      - --rpc-external
      - --ws-external
      - --rpc-cors
      - all
      - --ws-max-connections
      - "1000"
      - --in-peers
      - "100"
      - --no-telemetry
      - --execution
      - "WASM"
    volumes:
      - /tmp/rocky-watcher:/tmp/rocky-watcher
    ports:
      - "30333:30333"
      - "9933:9933"
      - "9944:9944"

Related resources

  • Crust API Docs
  • IPFS API Docs
← Developer faucetStore file with Crust Storage API →
  • ⛰ About Rocky
  • 🔗 How to connect
  • 💸 Get testcoin
  • 🎮 Run a rocky node
  • Related resources
Docs
Getting StartedCRU ClaimsWebsite Hosting with CrustNFT Data Storage with Crust
Community
DiscordTwitterTelegram
More
CooperationGitHub
Copyright © 2025 Crust Network