Create account

replied 1995d
It processes Memo transactions into a database. It also starts a http/s server to respond to requests from the Member client.
replied 1995d
That's good, do you sign the transaction in the browser or in the server?
replied 1995d
The client signs the transaction in the browser. Client sends it to the server, server sends it to the node.
replied 1995d
I see, I guess with bitbox you can directly send from browser but it will go to the bitcoin.com rest public API first 🤔
replied 1995d
Sure, it's a configurable option in the client actually. You can separately specify your content, utxo and TX broadcast server.
replied 1995d
Yes but AFAIK bitbox can't broadcast to a JSON RPC server. It should be a REST server which talk to a JSON RPC internally. They open sourced it.