Quick Start
Go from zero to your first Web3 command in under 3 minutes.
1
Install 2
Setup 3
Execute 1 Install Aura OS
If you haven't installed yet, run:
❯ npm install -g @felizz23/aura-os
2 Configure Your Wallet
Run the setup wizard to securely store your private key:
terminal
❯ aura setup
Welcome to Aura OS - AI Agent Manager
? Enter your private key (will be encrypted locally): ********
? Set Master Password to protect your wallet: ********
✓ Setup complete! Your private key is protected by AES-256.
⚠️
Security Best Practices
- • Use a dedicated wallet for testing — never your main wallet
- • Your private key is encrypted with AES-256 and stored locally
- • The master password is required for all sensitive operations
3 Run Your First Command
Now talk to Aura using natural language:
Check Balance
❯ aura chat "Check my ETH balance"
Aura is thinking...
? Enter master password to unlock your wallet: ****
✓ Wallet unlocked: 0x742d35Cc...
Parsed Intent:
Action: CHECK_BALANCE
Token: ETH
Balance: 2.847 ETH
Check Price (No wallet needed)
❯ aura chat "What's the price of BTC?"
Aura is thinking...
✓ Valid command: GET_PRICE
Token: BTC
Price: $67,890.42
Send Tokens
❯ aura chat "Send 0.1 ETH to 0x742d35Cc6634C0532925a3b844Bc9e7595f"
Aura is thinking...
Parsed Intent:
Action: SEND_TOKEN
Amount: 0.1
Token: ETH
To: 0x742d35Cc...
? Confirm sending 0.1 ETH to 0x742d35Cc...? (y/N)
Common Commands
Here are some commands to try:
| What you say | What Aura does |
|---|---|
| "Check my ETH" | CHECK_BALANCE |
| "What's my wallet address?" | GET_ADDRESS |
| "ETH price?" | GET_PRICE |
| "Research Arbitrum" | RESEARCH |
| "Latest crypto news" | NEWS |
| "Gas fees now?" | GET_GAS |
| "Check gas overview" | aura gas |
| "Send 0.5 ETH to 0x..." | SEND_TOKEN |
| "Analyze 0x... contract" | ANALYZE |
Multilingual Support
Aura understands multiple languages! Try commands in Vietnamese:
Vietnamese support
❯ aura chat "Số dư ETH của tôi là bao nhiêu?"
✓ CHECK_BALANCE — Token: ETH
❯ aura chat "Giá Bitcoin bao nhiêu?"
✓ GET_PRICE — Token: BTC
You're all set! 🎉
Explore more features and learn how Aura works under the hood: