-
@ ElectronicMonkey
2025-05-14 01:53:11Pocket Wallet is a experimental nostr-based wallet on CKB blockchain built for pocket change and casual, low-stakes transactions. It uses CKB Light Client to sync the blockchain right in your browser without relying on any centralized RPC service. By integrating Nostr with Nip46 and more, Pocket Wallet hopes to provide a fully verifiable wallet experience in the methodology of client-side-validation and POW verifications. The software is also open-source, right now it only supports testnet, any feedback is welcome.
This is also an self attempt to build a Web5 product from zero and explore the design and implementation of a Web5 idealism. The things i find interesting along side building this demo are quite a few, just pick some to share:
- I think users and developers all want something that can last without requiring extra hardship, approval or permissions in the future.
- For developers, what i mean by that is when building Web5 products, we should think about the maintain problem. to make a product works in the longer future, you want it relies on fewer dependencies.
- Server is bad because it relies on other people’s computer. Client side validation is good because the computer is in your own control.
- That is why light client and POW matters to blockchain since they give you the power to verify by yourself instead of trusting others. Don’t trust, verify is not just a slogan, it is also a practical strategy if you look at it in the long term. Centralized service always feels great at the beginning and then it mess you up in the future.
- If you really have to rely on some sort of service, choose the simple and open protocol one instead of the proprietary software. One example in Pocket wallet is the usage of Nip46 to manage the Nostr account. The great thing about Nip46 is that it is dead simple and you can easily host your own if all the Nip46 service providers are down or kicking you out.
- In fact, I think all service/products in Nostr ecosystem are easily switchable, replaceable and can be self-hosting since it is a very simple open protocol. That’s why it is chosen in Pocket Wallet as a kind of Web2 User interface connecting with the blockchain web3 stuff(which together builds up the Web5, yes!)
- For users, there are power users and weak users. power users can take care of their own but they just don’t have the tools that allows them to do the job. The reason is that power users are considered the minorities in almost all the marketplace. We need more web5 products that move the power and also the responsibility from developers to power users.
- For weak users, they can take care of their own but they just keep being told that they can’t and they fall for it. Being able to verify and control the software one is using is a key difference. One simple example is that do you allow a Nostr account manager (either it is Nip46 or Nip07) to automatically approve signing most events for you or do you check every operation by yourself with a high security policy? Automatically signing are always dangerous when comes to manage crypto funds.
- Web5 implements different level of trust and opens access to different level of verifiable tools and resource. Only in this way power users can fulfill their wants while weak users have a chance to realize the lies of custody. We need web5 to bring individual sovereign.