Post
Topic
Board Development & Technical Discussion
Re: popular web frameworks for bitcoin development?
by
gweedo
on 13/10/2012, 09:19:56 UTC
i stick with pure php

i would like to use php as well for an experimental project, just to keep it simple

are there any frameworks/guidelines to building a bitcoin friendly site in php?

the successful bitcoin sites i've seen usually have these attributes:

* they accept bitcoins by given each unique user a unique wallet to send money to
* they allow for anonymous, tokenized access


You will probably want to use this http://jsonrpcphp.org/ and unqiue address for every transaction is the standard, when you want to start figuring out who send the transfer that is when things get difficult.