Learn by doing

Two end-to-end walkthroughs that take you from a fresh testnet account to a successful multi-sig ceremony. Read the README, run the scripts, see real transactions land on HashScan.

You're on the testnet dApp — the right place to follow these walkthroughs. Get a free testnet account at portal.hedera.com.

Prerequisites

  1. Get a testnet account at portal.hedera.com (free; auto-funded with ~10,000 ℏ).
  2. Clone the repo from github.com/lazysuperheroes/hedera-multisig and run npm install.
  3. Copy .env.example to .env and set OPERATOR_ID + OPERATOR_KEY.
  4. Run node 00-precheck.js in either walkthrough directory — verifies env, balance, and dependencies.