This is an open source, NON-KYC, privacy-focused, EVM wallet browser extension implementation using Ethers, manifest version 3, Ionic, and Vue, first released on the Chrome Webstore in August 2022.
ATM, it also includes some Farcaster-related features.
For more info, you can check docs website
Listed on: ethereum.org, alchemy, product hunt, alternativeto, walletconnect, and most connect kits, including Rainbow, thirdweb, privy, and more.
git clone https://github.com/andrei0x309/clear-wallet.git
cd clear-wallet
bun install
bun run build # will build extension with chromium manifest
bun run build-firefox # will build extension with firefox manifestThis will create a Chromium extension in the dist folder.
You can also generate both Chromium and Firefox zip archives by running:
bun install
bun run rebuildThis will create both Firefox and Chromium extensions in these locations:
- releases/x.x.x.zip (chromium x is replaced with the version number)
- releases/firefox/x.x.x.zip (firefox x is replaced with the version number)
bun run build-sourceThis will create a zip archive containing the source code in the releases/source/source-x.x.x.zip (x is replaced with the version number)
Building from source is similar:
cd source-x.x.x # x.x.x is replaced with the version number
bun install
bun run build # will build extension with chromium manifest
bun run build-firefox # will build extension with firefox manifest