Pre-Test Preparation

Prerequisites

  • Ensure the following are installed:

    • Rust (stable toolchain)

    • cargo, subkey, wasm-pack

    • Node.js (for Tanssi DApp interactions)

    • polkadot.js or SubWallet for signing transactions

  • Clone and build the latest Xcavate Protocol runtime locally:

    git clone https://github.com/xcavate/protocol
    cd protocol
    cargo build --release

Keys & Accounts

  • Generate test accounts with subkey or polkadot.js extension.

  • Request test tokens from the Dancebox Faucet.

Last updated