Clear EVM wallet, fully open source, small sized implementation of an ethereum wallet. Implements MetaMask API.
Go to file
Andrei O b654910e13
'clear-wallet@v1.3.6'
2024-04-12 19:40:24 +03:00
public chore: changes for `1.3.6` release 2024-04-12 19:39:26 +03:00
release-scripts chore: changes for `1.3.0` 2024-01-24 02:41:31 +02:00
repo_res changes for: 1.1.9 2022-12-21 19:50:19 +02:00
src chore: changes for `1.3.6` release 2024-04-12 19:39:26 +03:00
tests dev: 1.0.1 2022-10-07 20:07:59 +03:00
.browserslistrc Initial commit 2022-08-26 01:39:02 +03:00
.eslintrc.js Initial commit 2022-08-26 01:39:02 +03:00
.gitignore changes for: `1.2.4` 2023-03-07 19:16:55 +02:00
CHANGELOG.md chore: changes for `1.3.6` release 2024-04-12 19:39:26 +03:00
LICENSE 1.0.4.1 2022-10-17 01:25:20 +03:00
PRIVACY_POLICY.md 1.0.4.1 2022-10-17 01:25:20 +03:00
README.md Update README.md 2023-03-17 03:49:48 +02:00
babel.config.js Initial commit 2022-08-26 01:39:02 +03:00
capacitor.config.ts Initial commit 2022-08-26 01:39:02 +03:00
cypress.json Initial commit 2022-08-26 01:39:02 +03:00
eval-sandbox.html chore: changes for `1.3.0` 2024-01-24 02:41:31 +02:00
index.html chore: changes for `1.3.0` 2024-01-24 02:41:31 +02:00
ionic.config.json Initial commit 2022-08-26 01:39:02 +03:00
jest.config.js Initial commit 2022-08-26 01:39:02 +03:00
package.json 'clear-wallet@v1.3.6' 2024-04-12 19:40:24 +03:00
tsconfig.json chore: disable sourcemaps 2024-01-24 02:48:42 +02:00
vite.config.ts chore: disable sourcemaps 2024-01-24 02:48:42 +02:00
yarn.lock chore: changes for `1.3.6` release 2024-04-12 19:39:26 +03:00

README.md

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

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