Clear EVM wallet, fully open source, small sized implementation of an ethereum wallet. Implements MetaMask API.
Go to file
2024-09-29 21:34:48 +03:00
.github chore:! update workflow 2024-07-27 01:21:03 +03:00
CI chore: update CI & other misc changes 2024-08-29 04:37:40 +03:00
public Merge pull request #13 from ahsan-javaiid/feat/rootstock-network 2024-09-29 21:34:48 +03:00
release-scripts chore: update CI & other misc changes 2024-08-29 04:37:40 +03:00
repo_res
src Merge pull request #13 from ahsan-javaiid/feat/rootstock-network 2024-09-29 21:34:48 +03:00
tests
.browserslistrc
.eslintrc.js
.gitignore
babel.config.js
capacitor.config.ts
CHANGELOG.md Merge pull request #12 from andrei0x309/dev/7 2024-09-28 05:57:29 +03:00
cypress.json
eval-sandbox.html chore: changes for 1.3.9 2024-06-27 00:18:36 +03:00
funding.json chore: add json 2024-09-05 22:57:44 +03:00
index.html
ionic.config.json
jest.config.js
LICENSE
package.json 'clear-wallet@v1.4.6' 2024-09-28 05:58:24 +03:00
PRIVACY_POLICY.md
README.md chore: changes for 1.3.9 2024-06-27 00:18:36 +03:00
tsconfig.json
vite.config.ts chore: changes for 1.3.7 2024-05-03 12:53:24 +03:00
yarn.lock chore: changes for 1.4.4 2024-08-27 23:22:51 +03:00

Clear EVM wallet

CLW LOGO

Description

It is a simple EVM wallet chrome extension implementation using ethers, manifest version 3, Ionc, and Vue.

For more info you can check docs website

Featured on Alchemy

Clear EVM Wallet (CLW) - Open source EVM wallet that implements meta mask API. | Product Hunt

Badges

Quality gate

Extended article about this repo

Article on Mirror

FAQ

Q: Why use Ionic? A: The main idea is to extend the codebase to try additional platforms like Desktop and Mobile because Ionic has a simple and friendly interface that is instantly ready to use with no additional design work.

Q: Is released on the Chrome web store?

A: Yes, Link: https://chrome.google.com/webstore/detail/clear-evm-wallet-clw/djlahdpfkflehaepgohnnodmaajabdlg?hl=en

Q: What are some features?

A: - It assumes that the user has some knowledge about the EVM ecosystem. It doesn't come with any predefined network. You can add any EVM network you want, and it lets you select from the templates of some more popular networks. - You can have the key stored with or without encryption, you can enable or disable auto-lock, and you can force decryption for every message sign or transaction sign & send. - You can import and export accounts. - You can wipe the data - It only uses local chrome storage - Is a drop-in replacement for meta mask, and currently will overwrite meta mask if you have both enabled - It will allow sites directly to get your EVM address without prompting - Prompts only for changing the network, sending/signing the transaction, and sending a message.

Q: Is this ready to use?

A: Should work on most modern websites as a Metamask replacement. Currently is pretty stable. It has a nice set of features that I needed. I developed this pretty fast in my free time, and you should always back-up your keys( since I've seen even well-known wallets sometimes render keys inaccessible). This wallet only handles the keys and personal data locally for maximum privacy and trust.

Q: Will this project be heavily maintained?

A: Planing not to add too many features, so I will update it as long as I'll use it, and not plan to ditch it anytime soon.

LICENSE.md PRIVACY_POLICY.md