Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liquality/electrs-batch-server

Electrs Batch Server
https://github.com/liquality/electrs-batch-server

bitcoin bitcoin-api electrs

Last synced: 6 days ago
JSON representation

Electrs Batch Server

Awesome Lists containing this project

README

        

## ⚡️ Electrs Batch Server [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

> 🚨 Experimental tool

### Why?

* https://github.com/Blockstream/electrs/pull/20

### Run your own server

```bash
export PORT=5000
export ELECTRS_URL=http://localhost:3000
export CONCURRENCY=10

npm start
```

### License

[MIT](./LICENSE.md)