Files

24 lines
810 B
ReStructuredText
Raw Permalink Normal View History

2020-03-26 20:33:22 +02:00
Fulcrum Protocol
================
2018-03-07 10:30:40 +08:00
2020-03-26 20:49:29 +02:00
The `Fulcrum <https://github.com/cculianu/Fulcrum>`_ protocol is basically the same as
`ElectrumX <https://github.com/kyuupichan/electrumx>`_ and other Electrum-based protocol
servers such `ElectrsCash <https://github.com/BitcoinUnlimited/ElectrsCash>`_.
This protocol was initially designed for Bitcoin BTC but has since been adopted by Bitcoin Cash
for use with `Electron Cash <https://electroncash.org>`_, and continues to evolve
independently of BTC. The Bitcoin Cash variant of the protocol is known as
the Electrum Cash Protocol.
2020-03-26 20:33:22 +02:00
This documentation is intended to be a reference for client and server authors
2020-01-09 11:26:54 +00:00
alike.
2018-03-07 13:14:45 +08:00
2018-03-07 10:30:40 +08:00
.. toctree::
2020-01-09 11:26:54 +00:00
:maxdepth: 1
2018-03-07 10:30:40 +08:00
2020-01-09 11:26:54 +00:00
protocol-basics
protocol-methods
protocol-changes
protocol-removed
protocol-ideas
2018-03-26 16:49:58 +09:00
peer_discovery