Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
2018-03-09 00:29:18 +08:00
contrib electrum_server: set logging format (#398) 2018-03-06 23:30:46 +08:00
docs Tweak peers docs 2018-03-09 00:29:18 +08:00
lib Change RPC testnet port and remove invalid assert (#405) 2018-03-09 00:14:43 +08:00
server Release 1.3 2018-03-08 16:43:16 +08:00
tests Add Decred(DCR) (#402) 2018-03-08 23:06:58 +08:00
wallet Rename lib/env to lib/env_base 2017-09-28 08:57:44 +08:00
.gitignore Add server.ping RPC call 2018-03-08 14:28:57 +08:00
.travis.yml Add Decred(DCR) (#402) 2018-03-08 23:06:58 +08:00
compact_history.py Require Python 3.6 2017-10-14 11:51:11 +09:00
electrumx_rpc.py Separate async item processor per session 2017-02-19 19:01:41 +09:00
electrumx_server.py Remove logger name from logs 2018-03-08 16:20:38 +09:00
LICENCE Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
query.py Remove semicolons and a couple unused variables. (#212) 2017-08-02 15:55:44 +09:00
README.rst Move changelog to separate file. 2018-03-08 13:59:32 +08:00
setup.py Add Decred(DCR) (#402) 2018-03-08 23:06:58 +08: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/>`_.