0
2
Actually, I know there are already have blockchain.info and its own api. But I want to build my own server which can provide basic API like:
- Generate a wallet by use password and username.
- User can login/logout(Optional)
- User can do transaction (send/receive to/from someone's address)
But, I have google for a while. The only way to create a wallet is configure the bitcoin.conf before run the bitcoind server. I don't know how can this works, I know there are also a way call multisig, But I don't know how to connect it with the wallet. I mean how to make each user has his/her own wallets.
Anyone help?
Could you please draw an architectural diagram, I really newbie at this area. – Frank AK – 2018-07-27T06:37:46.743
It's not possible to design an architecture without a lot more detail, and that's unfortunately more effort than I'd be willing to put in on a volunteer site. There are too many different ways you could build this. – Raghav Sood – 2018-07-27T06:59:23.953
Oh, I understand how's going on. because I still believe there are must be need a centre server exists. I have review your answer and got your point! I want to build a DAPP instead a normally app! Thanks bro. – Frank AK – 2018-07-27T12:39:35.177