A cheap and secure crypto wallet using off the shelf hardware, with plausible deniability and privacy at core.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Create an account to leave a comment. Already have an account? Log In.
Nice work, when do you think you'll be sharing the build? How do you want help with the project?
Right now, we mostly work from the discord (https://discord.gg/dtAwRBX3hJ) and try to onboard more devs to help/tinker with.
A first thing we dunno really how to handle is proper code/git management.
We use a micropython base, with a new esp32 board, but also some changes to the esp32 port directory itself.
Do you have experience with micropython custom builds and how to address that in the best way? Are there some known strategies?
In current state, we did release some code in private to a few devs with detailled instructions, but we'd like a proper and future proof code organization so we are not stuck further down the road.
Apart from that, we released a simulator (on the discord atm) running on stock python so you can test drive the gui interface, suggest gui alternatives and extra modules.
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
What's the latest on the project? I'm very interested in what you've come up with. Privacy and security are important in crypto wallets, and it's great to see a focus on off-the-shelf hardware. I've been exploring similar ideas for my own project, using resources like https://dashdevs.com/blog/how-to-create-a-digital-wallet/ for building digital wallets. It's a valuable guide. One practical tip is to consider incorporating multi-signature functionality for added security. This approach can make the wallet even more robust.