Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
Neil Booth 1efc8cb8ec Make the merkle cache and read_headers async
read_headers runs in a thread to avoid blocking
2018-08-06 21:49:26 +09:00
contrib Rename get_history to limited_history 2018-08-06 21:49:26 +09:00
docs Prepare 1.8 2018-08-06 18:55:47 +09:00
electrumx Make the merkle cache and read_headers async 2018-08-06 21:49:26 +09:00
tests Make the merkle cache and read_headers async 2018-08-06 21:49:26 +09:00
.gitignore Update .gitignore 2018-07-12 11:03:42 +08:00
.travis.yml Add Groestlcoin (#544) 2018-08-02 07:12:14 +09:00
compact_history.py Clean up the process of opening the DBs, make asynchronous 2018-07-20 12:26:59 +08:00
electrumx_rpc Improve electrumx_rpc error handling 2018-08-06 18:35:55 +09:00
electrumx_server Move query.py to contrib/ 2018-08-02 15:41:06 +09:00
LICENCE Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
README.rst Move changelog to separate file. 2018-03-08 13:59:32 +08:00
setup.py Update aiorpcX requirements 2018-08-06 06:43:15 +09:00

.. image:: https://travis-ci.org/kyuupichan/electrumx.svg?branch=master
    :target: https://travis-ci.org/kyuupichan/electrumx
.. image:: https://coveralls.io/repos/github/kyuupichan/electrumx/badge.svg
    :target: https://coveralls.io/github/kyuupichan/electrumx

===============================================
ElectrumX - Reimplementation of electrum-server
===============================================

For a future network with bigger blocks.

  :Licence: MIT
  :Language: Python (>= 3.6)
  :Author: Neil Booth

Documentation
=============

See `readthedocs <https://electrumx.readthedocs.io/>`_.