Post
Topic
Board Project Development
Re: how to create user bitcoin wallet management feature
by
jinghuacao
on 21/01/2015, 04:26:18 UTC
hi coinableS,

thank you for you reply. This forum has lots lots of resource, i am reading post by post, thread by thread, but since the topic jump quickly, my progress is slow.

Here is my project,

I have an server side app(current code in C#), i want to use a forum software as front end user management and communication tool. Because forum software usually have very rich user management feature, i just need to customize a bit, it will meet my needs.

Then, I want to plug a bitcoin wallet/transaction feature into the forum user management system. all the transaction will be taking place between forum users.

Ideally, I am looking for a good practice demo, so i can go through the architecture and understand quickly. Here I finally find lots of good programmers, some say call blockchain.info api everytime, some say generate 1 million bitcoin address first, then assign to users when they sign-up, and etc. I am not sure what practice is the most common and well adopted. the worst thing is after it go live, I find I have to reimplement certain money management feature while there are more important development needs in the core app. Then everything goes wrong.