Quick Start
Get started with RougeChain in 5 minutes.
Step 1: Access the Web App
Visit rougechain.io or run locally:
git clone https://github.com/cyberdreadx/quantum-vault
cd quantum-vault
npm install
npm run dev
Open http://localhost:5173 in your browser.
Step 2: Create Your Wallet
Your wallet is created automatically when you first visit. It includes:
- Public Key (ML-DSA-65) - Your address, share freely
- Private Key (ML-DSA-65) - Never share this!
- Encryption Key (ML-KEM-768) - For secure messaging
Keys are stored locally in your browser.
Step 3: Get Test Tokens
- Click Wallet in the sidebar
- Click Request from Faucet
- Receive 1,000 XRGE instantly
Step 4: Send Your First Transaction
- Click Send
- Enter recipient address
- Enter amount
- Click Send XRGE
Transaction is signed with your ML-DSA-65 key and broadcast to the network.
Step 5: View on Blockchain
- Click Blockchain in sidebar
- See your transaction in the latest block
- Verify the PQC signature
What's Next?
- Run your own node
- Stake and become a validator
- Create custom tokens
- Use encrypted messenger
- Send encrypted mail
- Install the browser extension
- Use the SDK
Troubleshooting
"Failed to fetch" Error
- Check if you're connected to the right network (Testnet vs Devnet)
- Ensure the node is running if using local devnet
"Insufficient balance"
- Transaction requires amount + 0.1 XRGE fee
- Use faucet to get more tokens
Wallet not loading
- Clear browser cache
- Check browser console for errors