Search Quorum docs

Search pages and sections across all documentation sets.

App docs

a step-by-step guide

Devnet quickstart

Create a test multisig and complete the first proposal flow on Solana devnet.

Devnet quickstart

This quickstart is for learning the app flow. Use dedicated devnet keys and test assets only.

Before you start

  • A Solana wallet or embedded Quorum wallet connected to devnet.
  • Enough devnet SOL to pay fees.
  • At least one member identity that can initiate and vote.
  • Optional: a Falcon or Winternitz identity if you want to test post-quantum approvals.

Create the multisig

  1. Open /app.
  2. Connect a wallet.
  3. Choose Create multisig.
  4. Add one or more members.
  5. Set the total threshold.
  6. Set pq_threshold only if at least one Falcon or Winternitz member can approve.
  7. Review the creation summary and submit.

Run the first proposal

Build

Use the transaction builder to create a small devnet transfer or another harmless action.

Propose

Submit the proposal through a member with initiate permission.

Approve

Review the transaction details and sign with enough eligible members.

Execute

Execute when the proposal is approved and any timelock has elapsed.

Confirm the result

Check the transaction detail page and the History page. You should see proposal state, recorded approvals, execution status, and any recognized instruction summaries.

Core concepts

Read the vocabulary behind members, thresholds, proposals, and execution.