diff --git a/README.md b/README.md index 971f295..eab12fe 100644 --- a/README.md +++ b/README.md @@ -4,41 +4,44 @@ ## Description -Simple EVM wallet chrome extension implementation using ethers, mv3, ionc, vue. +It is a simple EVM wallet chrome extension implementation using ethers, manifest version 3, Ionc, and Vue. ![Featured on Alchemy](/repo_res/alchemy.png?raw=true "Featured on Alchemy") -### Extended article abut this repo +[![Clear EVM Wallet (CLW) - Open source EVM wallet that implements meta mask API. | Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=381026&theme=dark)](https://www.producthunt.com/posts/clear-evm-wallet-clw?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-clear-evm-wallet-clw) + +### Extended article about this repo [Article on Mirror](https://mirror.xyz/andrei0x309.eth/9nc8UXrGIGOvz694ZY2gouS1JM9L8-Z8ITLNtirqD6Q) ### 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: 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 Chrome webstore? +Q: Is released on the Chrome web store? A: Yes, Link: [https://chrome.google.com/webstore/detail/clear-evm-wallet-clw/djlahdpfkflehaepgohnnodmaajabdlg?hl=en](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. +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 metamask, and currently will overwite metamask if you have both enabled + - 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 transaction, sending message. + - 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 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. +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 prject be heavely mentained. +Q: Will this project be heavily maintained? -A: Can't promisse that probably not really :( +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. ## LINKS diff --git a/resources/icon.png b/resources/icon.png deleted file mode 100644 index f45f8b6..0000000 Binary files a/resources/icon.png and /dev/null differ diff --git a/resources/splash.png b/resources/splash.png deleted file mode 100644 index d5105d7..0000000 Binary files a/resources/splash.png and /dev/null differ