[BREAKGLASS] A simple mock server that emulated electrs responses for the mempool project
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
| yarn.lock | ||
electrs-mockserver
A simple mock server that emulated electrs responses for the mempool project backend
Install
yarn install
Place a mempool.space mempool dump into /db named mempool.json
Run
ts-node src/index.ts
Commands
http://localhost:50001/start-auto (starts automatic random transaction and block creation)
http://localhost:50001/stop-auto