Getting Started
These docs are in an early stage. Content may change quickly and some details may be volatile or inaccurate. For questions or issues, contact the maintainer on Telegram: t.me/nickmura2.
dappTerminal is a browser-based DeFi terminal. Run commands, check prices, get swap quotes, bridge assets, and interact with DeFi protocols — all from a command-line interface in your browser.
Open the Terminal
Visit dappterminal.xyz in your browser.
No installation required.
Connect Your Wallet
Click Connect Wallet in the top right. dappTerminal supports MetaMask, Coinbase Wallet, and any RainbowKit-compatible wallet.
Once connected, verify your session:
whoami
Some commands (quotes, prices, search) work without a wallet. Transaction execution always requires one.
Try Some Commands
Check a token price
price ETH
price BTC --protocol coinpaprika
Check your balances
balance
Enter a protocol and get a swap quote
use 1inch
quote 1 eth usdc
Bridge assets
use wormhole
quote 0.5 eth optimism arbitrum
Exit the protocol context
exit
Explore Further
- Using the Terminal — navigation, fiber contexts, tab completion, and command syntax
- Protocols — 1inch, LiFi, Wormhole, Stargate, Aave, Uniswap
- Market Data — price feeds, charts, DexScreener, CoinGecko
- Core Commands Reference — full command list
Want to run dappTerminal locally or contribute? See Contributing.