Sweet! Please be aware that, at the moment, your traffic is not routed through Tor. I think it might be best to wait until I have a Bitcoin Core RPC backend in place for the most technical users..
reply
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
reply
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