ethui.dev
@ethuidev
Followers
122
Following
60
Media
23
Statuses
149
A developer centric ethereum wallet. Support us on Gitcoin: https://t.co/jcE8TlxCX8
Everywhere
Joined November 2023
Tired of slow feedback loops and clunky wallet workflows in web3 dev? ethui bundles Foundry/Anvil integration, contract exploration, and multi-wallet support into one desktop tool. We're in Gitcoin. Donate to keep it open-source โ https://t.co/HnkhA5Kara $1+ helps. Closes Oct
giveth.io
ethui is an EVM desktop application built for web3 developers and builders.Weโr
0
1
3
What was your biggest web3 dev win in 2025? Shipped a new dapp? Finally got multi-wallet testing working? Contributed to an open source project? Drop it below. We want to hear what you built this year.
1
0
0
Test your dapp from any wallet's perspective with ethui's impersonator wallets. No private key needed. Just input any address and interact with websites and chains as if you own that wallet. When connected to anvil chains (local or remote), you can submit unsigned
0
0
1
Why local-first for Ethereum dev? Fast and reproducible environment. No network delays. Quick feedback loops. ethui integrates with anvil and forge to give you a complete local environment Build and test contracts without waiting for network confirmations
0
0
1
Try it at https://t.co/dmG5N3gSWL or clone from GitHub and host it yourself
explorer.ethui.dev
An Ethereum local explorer
0
0
0
Interact with contracts using ethui Explorer Connect to local or remote Anvil chains via RPC (HTTP or websockets), see transaction history, and interact with contracts directly When connected to ethui wallet, ABIs from your file system automatically decode contracts
1
0
0
Testing on multiple chains at once? Most devs: Switch networks manually, lose context, restart tests ethui: Connect to multiple chains simultaneously, no switching needed Your local dev environment shouldn't fight you
0
0
0
๐ฎ Transaction simulations in ethui Preview transactions before sendingโsuccess/failure, token transfers, state changes. Uses revm (same as forge) to simulate locally. No 3rd-party services, works on Anvil. Debug and validate without updating chain state. #EthereumDev #Web3
1
0
0
Why ethui is desktop-native, not browser-based: โ Not restricted to browser sandbox โ Reachable system-wide, not just one browser โ Better performance and native OS integration โ Works with any browser, all at once Built for developers who need real tools.
ethui.dev
An Ethereum toolkit
0
1
1
Most wallets require separate browser profiles. Switch, lose context, repeat. ethui: setup multiple wallets and manually switch between them seamlessly. Connect different chains simultaneously. No browser profile hacks. Just development. https://t.co/PHYNUydTxZ
0
0
0
thousands of onchain builders live, work, and ship from Portugal. but, they rarely gather in the same place... time to change that: introducing Onchain Lisbon:
36
20
152
Testing with specific accounts on Anvil? ethui auto-uses anvil_impersonateAccount instead of unlocking wallets. Benefits: โ No private key exposure โ No manual signing โ Secure fast-mode testing โ Prevents replay attacks One less thing to think about while
0
1
1
โก Dev tip: Skip transaction confirmations on test chains ethui's Fast Mode auto-approves all transactions on local/test networks. No clicking through MetaMask popups while testing. How it works: โ Automatically detects test chains โ Skips security checks โ Maintains
0
0
0
Why ethui's anvil support is different: Most wallets (MetaMask, Rabby) break on anvil restarts/reverts because they cache nonces locally. ethui detects anvil chains, recalculates nonces from scratch, tracks restarts/reverts in real-time. Your wallet just works. Always.
1
0
0
Ever needed to test your dapp with multiple wallets simultaneously? Without ethui: Create separate browser profiles, switch between them, lose context. With ethui: Multiple wallets in one instance, seamless switching, and maintaining all connections. No browser profile hacks.
0
1
2
This feature is in development. Want to contribute? GitHub: https://t.co/cwDDfevVOp What's your biggest pain point with forge traces?
github.com
An Ethereum toolkit. Contribute to ethui/ethui development by creating an account on GitHub.
0
0
0
๐ง Technical Deep Dive: Forge traces that don't suck Real problem: Forge traces get impossibly large. Even simple tests become unreadable walls of terminal text. We're solving this. Watch ethui's new forge traces UI (coming soon): โข Run tests through UI instead of terminal
1
0
0
How ethui integrates with Foundry: ๐ง Monitors forge compilation outputs in real-time ๐ง Matches on-chain bytecode to local contracts ๐ง Auto-detects anvil restarts and reverts ๐ง Indexes ABIs for instant contract interaction ๐ง Syncs nonces across the entire toolchain
0
1
1