https://github.com/ruffbuff/web3-js-server
Simple NodeJS Server with Web3 event listener
https://github.com/ruffbuff/web3-js-server
Last synced: 5 months ago
JSON representation
Simple NodeJS Server with Web3 event listener
- Host: GitHub
- URL: https://github.com/ruffbuff/web3-js-server
- Owner: ruffbuff
- License: mit
- Created: 2024-05-04T02:05:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T02:05:44.000Z (almost 2 years ago)
- Last Synced: 2025-09-04T10:04:43.194Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple NodeJS Server with Web3 event listener
Clone the repository: https://github.com/ruffbuff/web3-js-server
cd to the folder and run:
```bash
npm install
```
## Configuration
Setup the .env file, and then run:
```bash
node s.js
```