Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
2018-06-26 12:19:35 -04:00
contrib Hardcoded username directory replaced with ~ (#494) 2018-06-14 23:09:31 +08:00
docs Update masternode doc and masternode_list rpc method (#493) 2018-06-13 01:30:05 +08:00
lib Add mainnet, testnet and regtest peers for BTG (#500) 2018-06-24 01:20:03 -04:00
server Force verbose to be a boolean (#503) 2018-06-26 12:19:35 -04:00
tests Add Koto testnet (#491) 2018-06-09 11:07:36 +09:00
wallet Rename lib/env to lib/env_base 2017-09-28 08:57:44 +08:00
.gitignore Add .pytest_cache to .gitignore 2018-05-22 11:50:39 +08:00
.travis.yml Enforce pycodestyle in lib/ 2018-06-10 19:19:08 +09:00
compact_history.py Separate history management into its own object 2018-05-25 23:36:18 +08:00
electrumx_rpc.py Use aiorpcx in electrumx_rpc script 2018-04-05 15:28:46 +09:00
electrumx_server.py Add LOG_FORMAT envvar to control logging format. 2018-03-12 08:23:33 +08: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 update version aiorpcx (#490) 2018-06-08 23:57:24 +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/>`_.