Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1009 Bytes

File metadata and controls

44 lines (30 loc) · 1009 Bytes

ElectrumX - Reimplementation of electrum-server for Radiant Blockchain (RXD)

https://radiantblockchain.org

Digital Ownership Revolution.

Licence:Radiant MIT
Language:Python (>= 3.8)
Author:The Radiant Blockchain Developers

Documentation

See readthedocs.

Misc Troubleshooting

Problems on OSX 12.0+ Errors like:

plyvel/_plyvel.cpp:703:10: fatal error: 'leveldb/db.h' file not found
#include "leveldb/db.h"
^~~~~~~~~~~~~~

```

See: wbolster/plyvel#100

``` export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib" export CPATH="$CPATH:$(brew --prefix)/include"

// Now install requirements pip install -r requirements.txt

Install for websockets support: // python3 -m pip install websockets

```