An open-source, privacy-focused, no-KYC, EVM wallet based on Ethers, Ionic, and Vue, that implements the MetaMask API, functioning as a drop-in replacement.
Clear Wallet is an open source, NON-custodial, privacy-focused, EVM wallet browser extension implementation using Ethers, manifest version 3, Ionic, and Vue, first released in August 2022.
Currently, the Firefox Version is missing a few features due to a lack of compatibility with Chromium APIs, I will try to find some workarounds for these features.
Most features work on FF too.
Features that lack support:
1 - Import-export from file ( due to how file inputs work in Firefox - a workaround is possible by opening a new window, but it is not implemented, currently this feature is hidden from the FF version of the extension
2 - Read and Write contracts - due to the lack of the Sandbox feature not possible to dynamically use eval to compile EVM contracts' function signatures, a warning is displayed in the Read/Write contracts View
Most features work on FF too.
Features that lack support:
1 - Import-export from file ( due to how file inputs work in Firefox - a workaround is possible by opening a new window, but it is not implemented, currently this feature is hidden from the FF version of the extension
2 - Read and Write contracts - due to the lack of the Sandbox feature not possible to dynamically use
eval
to compile EVM contracts' function signatures, a warning is displayed in the Read/Write contracts View