
Clear EVM Wallet
I made this wallet in the course of two weeks based on Ethers, Ionic and Vue. Right now, it is built solely as a chrome extension wallet, but I used Ionic in case I will make later from the same code base a mobile/desktop variant. It implements Metamask API and should work with most websites. I used my main address to do a few transactions on Polygon, Optimism, and Gnosis. It has a nice set of refreshing features, like wiping all data, controlling all security settings, and importing or expor...

Clear Wallet at version 1.3.3
I first wrote Clear Wallet in 2022. Somewhere around August 2022, it was in the Chrome Store. I wrote it because back then, I loathed what Meta Mask offered. It was sluggish, especially when using many accounts, and it lacked the features I wanted, so I set out to write the wallet I needed. At first, I wanted an easy way to import/export accounts, manage many accounts, encrypt and decrypt private keys by prompting the user on every sign, and expose only the address of the selected account. Ma...

Scout Game Review & Airdrop
If you haven't heard about Scout Game, you should know that if you are a developer, or you want to support mostly Web3 developers, or you would like to discover cool projects, you should probably check out this website. The project is relatively new; it's been around since 2024, and it showcases mostly Web3 developers. I've been one of its first users, and I saw it evolve, and was rather active on it. It has some interesting game mechanics where you can use points to buy cards ...
<100 subscribers

Clear EVM Wallet
I made this wallet in the course of two weeks based on Ethers, Ionic and Vue. Right now, it is built solely as a chrome extension wallet, but I used Ionic in case I will make later from the same code base a mobile/desktop variant. It implements Metamask API and should work with most websites. I used my main address to do a few transactions on Polygon, Optimism, and Gnosis. It has a nice set of refreshing features, like wiping all data, controlling all security settings, and importing or expor...

Clear Wallet at version 1.3.3
I first wrote Clear Wallet in 2022. Somewhere around August 2022, it was in the Chrome Store. I wrote it because back then, I loathed what Meta Mask offered. It was sluggish, especially when using many accounts, and it lacked the features I wanted, so I set out to write the wallet I needed. At first, I wanted an easy way to import/export accounts, manage many accounts, encrypt and decrypt private keys by prompting the user on every sign, and expose only the address of the selected account. Ma...

Scout Game Review & Airdrop
If you haven't heard about Scout Game, you should know that if you are a developer, or you want to support mostly Web3 developers, or you would like to discover cool projects, you should probably check out this website. The project is relatively new; it's been around since 2024, and it showcases mostly Web3 developers. I've been one of its first users, and I saw it evolve, and was rather active on it. It has some interesting game mechanics where you can use points to buy cards ...


Share Dialog
Share Dialog
Just converted and deployed this blog on Netlify. So I've been exploring svelte, and svelteKit, and I was looking to refresh my old blog that is in a neglected state. When I started this blog was 2007, and then it was of course, a WordPress blog, but I deleted most of the old articles partly because a lot of them were in my native language and also because I didn't feel like they should still be accessible like I said I can admit content was always low frequency and low effort.
So this blog has very few dependencies that's why it can mostly leverage the core JS so that it has the ability to run in many different environments. Now there's not yet a public repo, but this source was written so that it can be used by anybody provided they change the theme.
Many today use a statically generated blog from markdown files, which has ups and downs. There are a few svelteKit blog engines like that out there. But compared to this blog source, they are very simplistic as this source includes an Admin panel, authentication, management of all kinds of blog resources ( post, categories, tags, users), full-text search, pagination, multi-lang, and other stuff yet is not complete and still missing a bit here and there.
In terms of what is under the hood at the moment, it is probably around ~200 files with 15 to 20 routes; I will definitely share the source after I squash all my WIP commits into a new branch.
Read all on:
Just converted and deployed this blog on Netlify. So I've been exploring svelte, and svelteKit, and I was looking to refresh my old blog that is in a neglected state. When I started this blog was 2007, and then it was of course, a WordPress blog, but I deleted most of the old articles partly because a lot of them were in my native language and also because I didn't feel like they should still be accessible like I said I can admit content was always low frequency and low effort.
So this blog has very few dependencies that's why it can mostly leverage the core JS so that it has the ability to run in many different environments. Now there's not yet a public repo, but this source was written so that it can be used by anybody provided they change the theme.
Many today use a statically generated blog from markdown files, which has ups and downs. There are a few svelteKit blog engines like that out there. But compared to this blog source, they are very simplistic as this source includes an Admin panel, authentication, management of all kinds of blog resources ( post, categories, tags, users), full-text search, pagination, multi-lang, and other stuff yet is not complete and still missing a bit here and there.
In terms of what is under the hood at the moment, it is probably around ~200 files with 15 to 20 routes; I will definitely share the source after I squash all my WIP commits into a new branch.
Read all on:
No comments yet