An open API service indexing awesome lists of open source software.

https://github.com/edgeapp/electrumx


https://github.com/edgeapp/electrumx

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

### Build

```sh
docker build . -t electrumX
```

### Run

```sh
docker run -p 8000:8000 -p 401:401 electrumx
```