Category:Frontends: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
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.
 
==See Also==
 
* [[:Category:Clients|Clients]]
* [[:Category:Mobile|Mobile]]
* [[:Category:User Interfaces|User Interfaces]]
* [[API_reference_(JSON-RPC)|JSON-RPC API Reference]]
 
[[Category:Software]]

Latest revision as of 22:43, 12 July 2015

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.

See Also