You can also create a vault without code at vaults.ranger.finance/create. See Quick Start (UI).
@solana/kit plus direct instruction builders.
Setup
1. Define Vault Parameters
2. Load Signers And Derive Vault Accounts
3. Build The Initialize Instruction
4. Send The Transaction
Send the returned instruction with your standard@solana/kit transaction flow. The admin signs as payer and the generated vault keypair signs as the new account.
Save the resulting vault address. You will use it for:
For the full account schema and helper exports, see SDK Reference.