Post
Topic
Board Project Development
Re: how can i make a Bitcoin exchange website?
by
Was
on 03/11/2015, 15:06:15 UTC
You're gonna have to design it (HTML, CSS, and if you want dynamic elements that don't require refreshing the page, Java.) Then you'll need to have an organized back end db and likely use PHP for that, in addition to JSON-RPC calls to Local Bitcoind.

Let me know how it goes.