Skip to content

golddydev/minswap-whale-tx-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardano-Whale-Bot

About this project.

This project will get the cardano whales list. Who owns more than 10K Ada. (from minswap) And their transaction informations.

This project will monitor the real-time Minswap transactions.

Whenever a new Minswap transaction happens, Minswap webhook in this project will be invoked.

src/routes/webhook.route.js Minswap Web Hook

And you can add the custom actions, when Minswap Transaction happens. You can update the code in Minswap controller.

src/controllers/webhook.controller.js Minswap Controller

How to run this project?

In the root directory, run these command

npm install
npm start

How to link Blockfrost webhook to this project's Minswap hook?

  1. Set up the BlockFrost account.

    Blockfrost

  2. Then create a new Webhook.

Add Webhook

  1. Fill the New Web hook form.

Minswap Pool Contract Address

addr1z8snz7c4974vzdpxu65ruphl3zjdvtxw8strf2c2tmqnxz2j2c79gy9l76sdg0xwhd7r0c0kna0tycz4y5s6mlenh8pq0xmsha

Minswap Order Contract Address

addr1zxn9efv2f6w82hagxqtn62ju4m293tqvw0uhmdl64ch8uw6j2c79gy9l76sdg0xwhd7r0c0kna0tycz4y5s6mlenh8pq6s3z70
No What Compare Value
1. sender equal to Pool Address
2. sender equal to Order Address
3. recipient equal to Pool Address
4. quantity greater than or equal 10000000000 (10K Ada)

About

To monitor whales' minswap transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published