Ranchi Mall implementation of ElectrumX protocol for FLO Blockchain
Go to file
Vivek Teegalapally d6c15d6ea2 Fix for FLO testnet
FLO testnet works on ElectrumX after this commit. The user will have to change the port where ElectrumX
will detect FLO testnet's full node. The change has to be done in electrumx.conf file
2018-08-01 03:07:14 +05:30
contrib Drop the .py suffix from electrumx_server & electrumx_rpc 2018-07-14 07:38:24 +05:30
docs Prepare 1.5.1 2018-07-14 07:38:24 +05:30
electrumx Fix for FLO testnet 2018-08-01 03:07:14 +05:30
tests Env accepts custom Coin class (#517) 2018-07-11 08:48:57 +08:00
.gitignore Update .gitignore 2018-07-14 07:38:24 +05:30
.travis.yml electrumx package (#511) 2018-07-10 07:28:04 +08:00
compact_history.py Export Controller and Env from the package (#515) 2018-07-10 14:17:49 +08:00
electrumx_rpc Drop the .py suffix from electrumx_server & electrumx_rpc 2018-07-14 07:38:24 +05:30
electrumx_server Log class name only from server script 2018-07-14 07:38:24 +05:30
LICENCE Implement peer discovery protocol 2017-02-18 12:43:45 +09:00
query.py Export Controller and Env from the package (#515) 2018-07-10 14:17:49 +08:00
README.rst Move changelog to separate file. 2018-03-08 13:59:32 +08:00
setup.py Prepare 1.5.1 2018-07-14 07:38:24 +05:30

.. 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/>`_.