Create account

replied 2047d
It processes Memo transactions into a database. It also starts a http/s server to respond to requests from the Member client.
replied 2047d
That's good, do you sign the transaction in the browser or in the server?
replied 2047d
The client signs the transaction in the browser. Client sends it to the server, server sends it to the node.
replied 2047d
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 2047d
Sure, it's a configurable option in the client actually. You can separately specify your content, utxo and TX broadcast server.
replied 2047d
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.