Post
Topic
Board Project Development
Re: how can i make a Bitcoin exchange website?
by
nathan_24
on 04/11/2015, 16:55:05 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.

Just remember Java is not the same as JavaScript.