Skip to content

Node.js programs for monitoring transactions to Ethereum addresses

Notifications You must be signed in to change notification settings

AgusVelez5/eth-transaction-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction checker

Update this repo, now you can the scripts using hardhat.

First steps:

git clone https://github.com/AgusVelez5/eth-transaction-checker.git
cd eth-transaction-checker/
npm i

Create env variables, see this file.

Check last block:

npx hardhat run:env --network hardhat --env-file .env --script scripts/checkLastBlock.js

Check range of blocks:

npx hardhat run:env --network hardhat --env-file .env --script scripts/checkRangeOfBlocks.js --args start=<START>,end=<END>

Check pending txs:

npx hardhat run:env --network hardhat --env-file .env --script scripts/checkPendingTransactions.js

About

Node.js programs for monitoring transactions to Ethereum addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%