Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
2018-08-11 16:15:34 +09:00
contrib Improve flow for opening DBs 2018-08-10 11:10:13 +09:00
docs Merge branch 'master' into devel 2018-08-09 18:19:16 +09:00
electrumx flush_data() must be called with the lock held 2018-08-10 11:41:02 +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 pytest-asyncio to travis 2018-08-11 16:15:34 +09:00
compact_history.py Improve flow for opening DBs 2018-08-10 11:10:13 +09:00
electrumx_rpc aiorpcX 0.7.0 has better string text for TaskTimeout 2018-08-08 12:19:18 +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 Prepare 1.8.2 2018-08-09 18:16:18 +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/>`_.