0 sats \ 1 reply \ @spraveenitpro 18 Oct 2023 \ parent \ on: Do you think the companion apps for hardware wallets are sufficient? bitcoin
Great! I am a react dev and would like to build something like this, may be just follow your steps? what do you think I can do to get started with a scaffold? thanks
Yes feel free to copy anything from the repo. Keep in mind all Bitcoin logic is programmed in Rust. If you need to use Typescript/Javascript for your project, try Electron JS for desktop apps. Any bitcoin related stuff (namely ECDSA) requires a node backend to program with JS. Electron runs a node thread to interact with the machine. The UI can be React-based
reply