Quick Start
Getting Started
Get up and running with SHADE in under 5 minutes. This guide walks you through creating your first burner wallet and making your first private transaction.
Prerequisites
- ✓A modern browser (Chrome, Firefox, Safari, Edge)
- ✓Some SOL for transactions (or use devnet for testing)
- ✓A strong password you can remember
Step-by-Step Guide
1
Access the App
Open SHADE in your browser. No installation required—everything runs locally.
2
Set Up Your Password
Create a strong master password. This encrypts all your wallet keys locally using AES-256-GCM.
Tip: Your password never leaves your device. We use 310,000 PBKDF2 iterations for key derivation.
3
Create Your First Burner
Click "Create Burner" to generate a disposable Solana wallet. Give it a label like "NFT Mint" or "Testing".
4
Fund Your Burner
Copy the burner address and send SOL to it from an exchange or another wallet.
Tip: On devnet? Click "Request Airdrop" to get free test SOL.
5
Use and Destroy
Use the burner for your transaction. When done, sweep remaining funds to a clean address and destroy the burner.
Developer Setup
Want to run SHADE locally or contribute to development?
# Clone the repository
git clone https://github.com/your-org/shade-wallet
# Install dependencies
bun install
# Start development server
bun dev
# Run tests
bun test