Category:Frontends: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
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 a user interface for it, it does not implement the bitcoin protocol itself.
==See Also==
* [[API_reference_(JSON-RPC)]]
* [[:Category:Clients|Clients]]


[[Category:Software]]
[[Category:Software]]
[[Category:Main category]]
[[Category:Main category]]

Revision as of 12:25, 25 June 2011

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