Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 577 Bytes

File metadata and controls

32 lines (22 loc) · 577 Bytes

⚡️ Electrs Batch Server JavaScript Style Guide

🚨 Experimental tool

Why?

Run your own server

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

npm start

Docker

docker build -t electrs-batch-server .
docker run \
    --env-file .env \
    --network=host \
    --name electrs-batch-server \
    electrs-batch-server

License

MIT