0
Is it good idea to make direct RPC call's to node computer to generate web wallet addresses
here is what i am trying to implement i want to create new web wallet based on bitcoin and want to allow the users to create their own wallet , and also send and receive the tokens or cryptocurrency
yes the frontend will be in angular 6 and backend will in django. Django will make further RPC calls to the node computer. – Pankaj Kumar – 2018-10-30T11:42:59.727
Further one question all the secured web wallet make RPC calls to the node ?[server to server calls ] – Pankaj Kumar – 2018-10-30T11:43:41.313
There is a lot of implementation opposite of RPC, some of them use IPC others communicate direct to the node. – Зелёный – 2018-10-30T12:26:34.390