
ethui 1.13 - We're back
We’re finally getting back in full force! 2025 will the year where we push hard to make ethui the most powerful and developer-friendly tool to use when building for web3. https://github.com/ethui/ethui/releases/tag/v1.12.0 The new release comes with some changes that have been brewing for some time:Revamped UIWe moved away from Mui’s Material UI into a shadcn based component library, and also took the chance to clean up and polish the entire UI. The end result is cleaner, snappier, and much m...

ethui 0.6.0 - Going multi-chain
Since our Rust x Eth talk was canceled by the airline gods, we bring you the next best thing: A fresh new release. https://github.com/iron-wallet/iron/releases/tag/v0.6.0 0.6.0 brings a bunch of new features, as well as several performance and bundle size improvements to the browser extension. Read on for the main highlightsBut first, a big thank you!To all those who contributed to the ongoing Gitcoin #GG18, where Iron Wallet is performing way better than we could ever anticipate ❤️Multi-chai...

ethui 0.7.0 - ETH Lisbon
The past couple of months have been focused on ironing out (pun very much intended) a lot of bugs and nuances in the application, and making the new version feel as smooth and intuitive as possible. Along the way, there are some great quality-of-life features now available in 0.7.0. Read on to know more! https://github.com/iron-wallet/iron/releases/tag/v0.7.0First of all - ETH Lisbon & BountiesThe event starts tomorrow, hosting hundreds of builders for 48 hours of non-stop hacking. We’ll be t...
An Ethereum toolkit



ethui 1.13 - We're back
We’re finally getting back in full force! 2025 will the year where we push hard to make ethui the most powerful and developer-friendly tool to use when building for web3. https://github.com/ethui/ethui/releases/tag/v1.12.0 The new release comes with some changes that have been brewing for some time:Revamped UIWe moved away from Mui’s Material UI into a shadcn based component library, and also took the chance to clean up and polish the entire UI. The end result is cleaner, snappier, and much m...

ethui 0.6.0 - Going multi-chain
Since our Rust x Eth talk was canceled by the airline gods, we bring you the next best thing: A fresh new release. https://github.com/iron-wallet/iron/releases/tag/v0.6.0 0.6.0 brings a bunch of new features, as well as several performance and bundle size improvements to the browser extension. Read on for the main highlightsBut first, a big thank you!To all those who contributed to the ongoing Gitcoin #GG18, where Iron Wallet is performing way better than we could ever anticipate ❤️Multi-chai...

ethui 0.7.0 - ETH Lisbon
The past couple of months have been focused on ironing out (pun very much intended) a lot of bugs and nuances in the application, and making the new version feel as smooth and intuitive as possible. Along the way, there are some great quality-of-life features now available in 0.7.0. Read on to know more! https://github.com/iron-wallet/iron/releases/tag/v0.7.0First of all - ETH Lisbon & BountiesThe event starts tomorrow, hosting hundreds of builders for 48 hours of non-stop hacking. We’ll be t...
An Ethereum toolkit
Share Dialog
Share Dialog

Subscribe to ethui

Subscribe to ethui
The past few weeks have been particularly busy, but also quiet. Nonetheless, a new release is finally here.
https://github.com/ethui/ethui/releases/tag/v1.6.0
Long story short: a cease & desist from a project that has recently registered a trademark that created a conflict with our name. Being an open-source tool, and a rather young one at that, and without any legal structure in place we didn’t have any legal structure in place, it became a good opportunity for a change.
It’s also a good opportunity to do away with the “Wallet” part of the name. That quickly became a confusing bit, since our goal is not necessarily to be a direct competitor in the wallet space.
Our value proposition, at least for the moment, is not for the average user, but for the developers and power users who want better tooling to interface with the Ethereum ecosystem.
In short, we want to provide a powerful UI for Ethereum development and interaction (or any EVM-capable chain). So the name ethui came along.
Not much, other than the name change itself.
ethui.eth is now our canonical ENS address (iron-wallet.eth is still ours, and both point to the same address, for backward compatibility)
https://iron-wallet.xyz is now https://ethui.dev
the new release of both the app and the browser extension went through the obligatory Find/Replace process
As a side effect, if you’ve used a previous version of Iron Wallet, you may have to manually port your config over to the new version, or start again from the onboarding process. This should be as easy as:
# for linux
cd ~/.config
mv iron-wallet ethui
# for macos
cd ~/Library/Application\ Support
mv iron-wallet ethui
Of course, we have a few of those, too!
The previous sync logic was somewhat poorly built, resulting in a huge delay between first adding a wallet, and seeing its mainnet transaction history.
The new approach speeds up the process considerably, while also prioritizing data requested explicitly by the UI.
Transaction previews now show additional information such as ERC20 transfers, and the number of past known transactions to that address, which should help catch unintended transactions such as phishing attempts.

The built-in explorer and contract interaction tool now supports many broad use cases and argument types that were previously tricky to parse. This is largely thanks to the great work done in the recent alloy-dyn-abi crate.

The previous onboarding flow was limited, especially when it comes to wallet setup. Since wallet needs vary from user to user, it’s important to make the possibilities clear from the start.

The new flow directly allows you to create as many wallets of as many types as you need, right from the start.
We added Effigy avatars, chain icons, and token icons for well-known currencies, to enrich the UI and more easily identify things at a glance

There are many other incremental improvements, performance optimizations, and bug fixes, that you can check out on the release history.
Check out the wallet, or dive directly into the source code to contribute or make a feature request!
The past few weeks have been particularly busy, but also quiet. Nonetheless, a new release is finally here.
https://github.com/ethui/ethui/releases/tag/v1.6.0
Long story short: a cease & desist from a project that has recently registered a trademark that created a conflict with our name. Being an open-source tool, and a rather young one at that, and without any legal structure in place we didn’t have any legal structure in place, it became a good opportunity for a change.
It’s also a good opportunity to do away with the “Wallet” part of the name. That quickly became a confusing bit, since our goal is not necessarily to be a direct competitor in the wallet space.
Our value proposition, at least for the moment, is not for the average user, but for the developers and power users who want better tooling to interface with the Ethereum ecosystem.
In short, we want to provide a powerful UI for Ethereum development and interaction (or any EVM-capable chain). So the name ethui came along.
Not much, other than the name change itself.
ethui.eth is now our canonical ENS address (iron-wallet.eth is still ours, and both point to the same address, for backward compatibility)
https://iron-wallet.xyz is now https://ethui.dev
the new release of both the app and the browser extension went through the obligatory Find/Replace process
As a side effect, if you’ve used a previous version of Iron Wallet, you may have to manually port your config over to the new version, or start again from the onboarding process. This should be as easy as:
# for linux
cd ~/.config
mv iron-wallet ethui
# for macos
cd ~/Library/Application\ Support
mv iron-wallet ethui
Of course, we have a few of those, too!
The previous sync logic was somewhat poorly built, resulting in a huge delay between first adding a wallet, and seeing its mainnet transaction history.
The new approach speeds up the process considerably, while also prioritizing data requested explicitly by the UI.
Transaction previews now show additional information such as ERC20 transfers, and the number of past known transactions to that address, which should help catch unintended transactions such as phishing attempts.

The built-in explorer and contract interaction tool now supports many broad use cases and argument types that were previously tricky to parse. This is largely thanks to the great work done in the recent alloy-dyn-abi crate.

The previous onboarding flow was limited, especially when it comes to wallet setup. Since wallet needs vary from user to user, it’s important to make the possibilities clear from the start.

The new flow directly allows you to create as many wallets of as many types as you need, right from the start.
We added Effigy avatars, chain icons, and token icons for well-known currencies, to enrich the UI and more easily identify things at a glance

There are many other incremental improvements, performance optimizations, and bug fixes, that you can check out on the release history.
Check out the wallet, or dive directly into the source code to contribute or make a feature request!
<100 subscribers
<100 subscribers
No activity yet