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

https://github.com/roosoft/bitcoin-blocks-listener

NodeJS generating events each time a new block enter the Bitcoin blockchain
https://github.com/roosoft/bitcoin-blocks-listener

Last synced: 3 months ago
JSON representation

NodeJS generating events each time a new block enter the Bitcoin blockchain

Awesome Lists containing this project

README

          

# Bitcoin blocks listener

NodeJS generating events each time a new block enter the Bitcoin blockchain

## Dependencies

- Nodejs
- an Electrum Personal Server

## Install

```bash
npm i
```

## Configure

Electrum Personal Server can be changed in .env file

## Run

```bash
node index.s
```