Hacker News new | ask | show | jobs
by Adam2025 204 days ago
Impressive pace, especially with TDD in the mix. Curious how you are handling the non-custodial flow on the backend, including signing, replay protection and chain support. Also interested in how much of the 57k lines came from AI versus your own refactoring. Nice work getting this live so quickly.
1 comments

i didn't touch the code at all really. i think i modified 1 or 2 lines in a few files.

Usually if something is broken i tell claude to fix it.

There is a bunch of docs in the github repo ./docs folder.

but basically every transaction gets an HD address/wallet we control to handle the .5% commission split and forwards the remainder to the merchant's deposit address.

when you vibe code you no longer write code but you do become the architect, product owner and manual QA tester. :)