Colibri Wallet

42 readers
6 users here now

Colibri is a free and open source DIY project, with the goal to enable everyone with $5 and access to a laptop and Internetโ„ข to create their own secure crypto hardware wallet, using off-the-shelf ESP32 hardware development boards.

Head over to colibri.diy to find build instructions and more information!

founded 1 month ago
MODERATORS
1
8
submitted 1 day ago* (last edited 1 day ago) by xtools to c/colibri
 
 

Just packaged up version 0.0.4 of Colibri.diy!

While there haven't been too many major changes, I've added base address derivation for Solana and Polkadot/Substrate chains, and added DASH, DGB and ZEC support in the "Bitcoin-like" category.

In the background, I've also

  • prepared a Nextra.js skeleton for the companion webapp
  • planned the site's structure, functionality and content
  • sketched out the complete GUI design for the display integration in v0.1.x

The next release will be focused around the companion webapp, so that you can actually set up your wallet without having to resort to BLE debugging tools to do so.

After that's out of the way, I'll be integrating everything into a MyEtherWallet fork, so it finally starts to feel like a real hardware wallet :)

Any feedback appreciated!

2
15
submitted 1 week ago by xtools to c/colibri
 
 

Just released v0.0.3 of colibri.diy - new features include Ethereum transaction signing and basic Bitcoin support <3

Now working on a companion webapp to ease device setup, and the first 3rd-party wallet integration. Please let me know what you think!

3
16
DIY wallets in the wild (programming.dev)
submitted 1 month ago by xtools to c/colibri
 
 

the colibri.diy-project is still under development, please give it a star on Github <3

4
24
submitted 1 month ago* (last edited 1 month ago) by xtools to c/colibri
 
 

just released the firmware three days ago, head over to colibri.diy to find build instructions and more info or read the intro post

5
 
 

cross-posted from: https://programming.dev/post/22952335

Hi Lemmy,

I'm Martin and have been working on a free and open-source, fully DIY crypto hardware wallet for a couple of months now. I' ve just published the first functional preview of the firmware, which can be built by anyone easily using Arduino IDE, and flashed to a variety of $5-off-the-shelve ESP32 boards from Aliexpress.

The first release will allow for storing up to 30 encrypted seed phrases, and Ethereum signing via Bluetooth Low Energy. Under the hood, it's powered by the cryptographic libraries written and used by Trezor.io.

Support for more interfaces and chains can be added fairly easily due to a modular structure, and there is a whole roadmap planned to extend functionality (starting with support for displays).

If you're interested to learn more, check out the README in the Colibri repository.

Please let me know what you think, and leave a ๐ŸŒŸ on Github if you like the project.

Also if there's anything that you've always missed in or been annoyed by a hardware wallet, your input would be greatly appreciated!