Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzt48/ethereumtransactionscrawler
Web application that collects data from the Ethereum blockchain about transactions associated with a specific wallet address
https://github.com/nzt48/ethereumtransactionscrawler
Last synced: about 14 hours ago
JSON representation
Web application that collects data from the Ethereum blockchain about transactions associated with a specific wallet address
- Host: GitHub
- URL: https://github.com/nzt48/ethereumtransactionscrawler
- Owner: NZT48
- Created: 2020-11-25T21:48:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T23:08:26.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T21:56:47.900Z (almost 2 years ago)
- Language: EJS
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EthereumTransactionsCrawler
Web application that collects data from the Ethereum blockchain about transactions associated with a specific wallet address that the user inputs. The app gets information on the wallets (addresses) and amounts of ETH associated with transactions made to and from a certain given wallet and then store them in a MongoDB database and shows them in a simple human-readable way through a web page. The web app collects transaction data starting from a given block.
## Install & Run
```sh
git clone https://github.com/NZT48/EthereumTransactionsCrawler.git
cd EthereumTransactionsCrawler
npm install
mongod &
npm start
```Then visit [http://localhost:3800/](http://localhost:3800/)
## To do
* [ ] Input validation