Join Nostr
2025-08-12 13:02:19 UTC

elsirion on Nostr: Mixnets are cool! So I built a Bitcoin transaction broadcaster that runs in the ...

Mixnets are cool! So I built a Bitcoin transaction broadcaster that runs in the browser and sends the transaction anonymously via the mixnet 😎



I originally had the idea for the privacy edition hackathon, but couldn't build it myself since I was a judge. So I just decided to build it anyway 😂

Still super early and I will keep tinkering on it, but if you are curious: https://github.com/elsirion/broadnym

The stack is:
* Rust, obviously
* Leptos for the frontend
* Tailwind for some styling
* Nym for client-server comms
* Axum for the nym address server