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 mainnet dApp. The walkthroughs run on Hedera testnet — switch to testnet-multisig.lazysuperheroes.com to follow along with real transactions and a free testnet account.
Prerequisites
- Get a testnet account at portal.hedera.com (free; auto-funded with ~10,000 ℏ).
- Clone the repo from github.com/lazysuperheroes/hedera-multisig and run
npm install. - Copy
.env.exampleto.envand setOPERATOR_ID+OPERATOR_KEY. - Run
node 00-precheck.jsin either walkthrough directory — verifies env, balance, and dependencies.