T
T
terehinis2019-03-25 15:45:52
API
terehinis, 2019-03-25 15:45:52

How to store users' BTC wallets?

Application for sending / receiving Bitcoin.
After registering a user, you need to create a Bitcoin wallet for him (or the user can import his own).
After that, the user will manage it through the WEB interface (send/receive transactions).
There is a deployed bitcoin node with RPC.
How is it possible to create wallets for users or import them to further create transactions?
+ it is required to unload privateKey to the user, upon request.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2019-03-25
@terehinis

https://github.com/bitcoinjs/bitcoinjs-lib and you can implement a full-fledged wallet on the client, even without storing private keys on the server.
or implement everything on the server and on the client a stupid interface

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question