Skip to content

This project is an experiment of how to create a process that scan transactions of a bsc address list to detect changes in the transaction and launch a hook. Use BSCSCAN api.

Notifications You must be signed in to change notification settings

damiancipolat/bscNodeHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSC Node hook

This project is a POC of how to detect changes in a BNB wallets, the idea is to create a system that can detect incoming transferences in a list of wallet addres aka (watchlist). We are using the BSC blockchain.

Purpose:

This project was a poc to try to resolve how to detect incoming transaction of a wallet, to implement a seel feature for a exchange project.

Stack:

  • Nodejs
  • Axios
  • Dotenv
  • node-cron

Provider:

Strategy:

The main strategy is make pooling in the watchlist and detect transactions, and compare with registered transactions if a incoming transaction is detected make a request of the url configured. We use a variable as memory db, this is only for testing purposes is'nt recomended in a production environment.

This diagram show the strategy applied.

Reference:

I have created this project in the idea presented in this yotube video: https://www.youtube.com/watch?v=PLSFVzYOcS8&t=892s

About

This project is an experiment of how to create a process that scan transactions of a bsc address list to detect changes in the transaction and launch a hook. Use BSCSCAN api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published