DEV Community

dreamyoak
dreamyoak

Posted on

Building a local Solana desktop tool: lessons from an early beta

While building it, I worked through:

Implementing BIP39 mnemonic generation

Deriving Ed25519 keys correctly and efficiently

Handling performance with multi-threading

Designing a clean desktop UI instead of a CLI or web app

The app runs fully locally (no browser extensions, no web backend) and was mainly built to explore performance, UX, and reliability challenges around key generation.

It’s still an early beta, so feedback from other developers is welcome.

https://www.oakfund.app/

Top comments (0)