Share Dialog
Share Dialog


<100 subscribers
<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 ...

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 ...
I wrote a few days ago a browser extension that lets you log in to warpcast.com without using a mobile device.
You can find the repo at this link: https://github.com/andrei0x309/warp-easy-login-browser-extension.
Also Webstore download link: https://chromewebstore.google.com/detail/warp-easy-login/bbjcdcdpmhmenjadgdkkkabhajfeefak
It generates the auth token by prompting you to sign a message with your Ethereum wallet, and then it puts it in the Indexdb storage, where Warpcast expects to find that token.
It does require signing with the address that owns the FID, which will generally be the address owned when you create an account using Warpcast.
Because the reality is that if you make a farcaster account using the Optimism blockchain, it doesn't even work without additional hacks like overriding `hasCompletedRegistration` to true in the application's memory.
I feel tempted to ramble about Warpcast, and I've got a million things I don't like about it.
But at the end of the day, I will refrain from rambling because it’s a hobby of mine to research a lot of social platform projects, and until now for me, they all seem to have big red flags, no matter if they are Web2 or Web3.
If you would like to know more of my thoughts that I personally find wrong about any of the known social media platforms, I am willing to give details in private.
If you're an active Warpcast user or use it from time to time possibly you'll find this extension useful, as it enlarges user choice.
Here's a demo video:
I wrote a few days ago a browser extension that lets you log in to warpcast.com without using a mobile device.
You can find the repo at this link: https://github.com/andrei0x309/warp-easy-login-browser-extension.
Also Webstore download link: https://chromewebstore.google.com/detail/warp-easy-login/bbjcdcdpmhmenjadgdkkkabhajfeefak
It generates the auth token by prompting you to sign a message with your Ethereum wallet, and then it puts it in the Indexdb storage, where Warpcast expects to find that token.
It does require signing with the address that owns the FID, which will generally be the address owned when you create an account using Warpcast.
Because the reality is that if you make a farcaster account using the Optimism blockchain, it doesn't even work without additional hacks like overriding `hasCompletedRegistration` to true in the application's memory.
I feel tempted to ramble about Warpcast, and I've got a million things I don't like about it.
But at the end of the day, I will refrain from rambling because it’s a hobby of mine to research a lot of social platform projects, and until now for me, they all seem to have big red flags, no matter if they are Web2 or Web3.
If you would like to know more of my thoughts that I personally find wrong about any of the known social media platforms, I am willing to give details in private.
If you're an active Warpcast user or use it from time to time possibly you'll find this extension useful, as it enlarges user choice.
Here's a demo video:
No comments yet