Clear EVM wallet, fully open source, small sized implementation of an ethereum wallet. Implements MetaMask API.
Go to file
Andrei O eedacacf89
update: don't delete accounts without password if settings encryption is enabled
2022-10-17 02:21:07 +03:00
public 1.0.4.1 2022-10-17 01:25:20 +03:00
release-scripts update: don't delete accounts without password if settings encryption is enabled 2022-10-17 02:21:07 +03:00
resources Initial commit 2022-08-26 01:39:02 +03:00
src update: don't delete accounts without password if settings encryption is enabled 2022-10-17 02:21:07 +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 1.0.4.1 2022-10-17 01:25:20 +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 1.0.4.1 2022-10-17 01:25:20 +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 update: don't delete accounts without password if settings encryption is enabled 2022-10-17 02:21:07 +03: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 dev: 1.0.2 2022-10-11 02:01:14 +03:00
yarn.lock update: don't delete accounts without password if settings encryption is enabled 2022-10-17 02:21:07 +03: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: Not yet but will be probably soon

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: 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, 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.

LICENSE.md PRIVACY_POLICY.md