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

https://github.com/ndmen/nodejsethereum

This application receives balance from an Ethereum address every 60 seconds and save to file log.txt
https://github.com/ndmen/nodejsethereum

ethereum fs javascript nodejs typescript

Last synced: 2 months ago
JSON representation

This application receives balance from an Ethereum address every 60 seconds and save to file log.txt

Awesome Lists containing this project

README

          

# nodejsethereum

This application receives balance from an Ethereum address every 60 seconds and save to file log.txt

## Installation

Clone this code and install modules:

```sh
npm install web3 typescript tslint ts-node nodemon fs express dotenv cors @types/node @types/express
```

## Usage

Run application:

```sh
npm run dev
```