Clear EVM wallet, fully open source, small sized implementation of an ethereum wallet. Implements MetaMask API.
Go to file
Andrei O 5539c2a4c1
changes for: 1.1.5
2022-11-02 17:11:16 +02:00
public changes for: 1.1.5 2022-11-02 17:11:16 +02:00
release-scripts changes for: 1.1.5 2022-11-02 17:11:16 +02:00
resources Initial commit 2022-08-26 01:39:02 +03:00
src changes for: 1.1.5 2022-11-02 17:11:16 +02: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.1.5 2022-11-02 17:11:16 +02:00
CHANGELOG.md changes for: 1.1.5 2022-11-02 17:11:16 +02: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 changes: for chrome 1.1.4 2022-10-25 02:53:15 +03: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
index.html dev: 1.0.1 2022-10-07 20:07:59 +03: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 changes for: 1.1.5 2022-11-02 17:11:16 +02:00
tsconfig.json update: don't delete accounts without password if settings encryption is enabled 2022-10-17 02:21:07 +03:00
vite.config.ts revisions: for new version, new metamask API, refactoring, new method of injecting for sync mv3 2022-10-31 01:34:21 +02:00
yarn.lock revisions: for new version, new metamask API, refactoring, new method of injecting for sync mv3 2022-10-31 01:34:21 +02:00

README.md

Clear EVM wallet

CLW LOGO

Description

Simple EVM wallet chrome extension implementation using ethers, mv3, ionc, vue.

[//]: # Here is an extended article abut this repo:

FAQ

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

Q: Is released on Chrome webstore?

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

Q: What are some features?

A: - It assumes some knowlodege about, EVM echosystem it dosen't come with any network, you can add any EVM network you want, and lets you sleect form the templates of some more popular networks. - You can have the key stored with or without encryption, you can enable or disable autolock, you can force decryption for every message sign or transaction sign & send. - You can import, export accounts. - You can wipe the data - It only uses local chrome storage - Is a drop-in replacement for metamask, and currently will overwite metamask 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 transaction, sending message.

Q: Is this ready to use?

A: Should work on most modern websites as a Metamask replacement. Currently is under some development but it has a nice set of features that I used, I developed this pretty fast in my free time, you should always backup your keys( since I've seen even well known wallets sometimes render keys inaccessiable), and do your own research and only use what you are confortable to use. The software dosen't come with any gurantees and is released as it is. But I definitely recomand this to use for testnets and playing with any kind of experiments.

Q: Will this prject be heavely mentained.

A: Can't promisse that probably not really :(

LICENSE.md PRIVACY_POLICY.md