Category:Frontends: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "A frontend connects to a running client (for example via JSON-RPC) to provide a user interface for it, it does not implement the bitcoin protocol itself.")
 
No edit summary
Line 1: Line 1:
A frontend connects to a running [[:Category:Clients|client]] (for example via JSON-RPC) to provide a user interface for it, it does not implement the bitcoin protocol itself.
A '''frontend''' connects to a running [[:Category:Clients|client]] (for example via JSON-RPC) to provide an alternative user interface for it or wrap it into an API usable with a different programming language, it does not implement the bitcoin p2p protocol itself.

Revision as of 12:15, 25 June 2011

A frontend connects to a running client (for example via JSON-RPC) to provide an alternative user interface for it or wrap it into an API usable with a different programming language, it does not implement the bitcoin p2p protocol itself.