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
- Open
/app. - Connect a wallet.
- Choose Create multisig.
- Add one or more members.
- Set the total threshold.
- Set
pq_thresholdonly if at least one Falcon or Winternitz member can approve. - Review the creation summary and submit.
Run the first proposal
Use the transaction builder to create a small devnet transfer or another harmless action.
Submit the proposal through a member with initiate permission.
Review the transaction details and sign with enough eligible members.
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.
Read the vocabulary behind members, thresholds, proposals, and execution.