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
- Host: GitHub
- URL: https://github.com/ndmen/nodejsethereum
- Owner: ndmen
- Created: 2022-02-14T14:24:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T16:46:41.000Z (over 4 years ago)
- Last Synced: 2026-01-01T01:50:43.345Z (6 months ago)
- Topics: ethereum, fs, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```