Bitcoin wallet to be integrated into a Webapp

0

Does anyone know if exist a Bitcoin wallet that allows to be integrated into a Webapp? I mean a kind of Metamask for Bitcoin. What I should do is develop a Dapp that allows the user to send txs from it without implementing the key management part.

alle.manfredi

Posted 2019-11-26T10:20:30.860

Reputation: 1

you can use the RPC framework of Bitcoin corevincenzopalazzo 2019-11-26T17:30:59.290

thank you very much!alle.manfredi 2019-11-27T08:49:04.583

however in that case the user should insert its rpc credentials into the webpage right?alle.manfredi 2019-11-27T11:20:29.460

No, the node bitcoin work with your server, you must create the system of the user manager. With bitcoin core is possible to create your architecture, also I think not to exist anything software (beautiful and done). ps: look on github. If you are new to Bitcoin, I think you must know the technology, after this, you can choose the better solution for you.vincenzopalazzo 2019-11-27T12:24:22.863

no i would like to don't use any server! only a front end connected in localhost with bitcoin core! but i read that is not a good solution!alle.manfredi 2019-11-27T17:32:22.583

No answers