This simple Node.js app uses Multichain.org (formerly Anyswap) explorer API to query the last 1000 transactions.
The app then counts the destination chains and the asset ID's (tickers) to see what is being transferred and where.
Download or clone the repo. Make sure you have NodeJS version 14+ installed.
From the command line run npm install
Then run the app with node multichain.js
Results will be printed to console in JSON format.
Latest release: 1.0.0
Very simple first release with no persistent storage. Queries the API for real-time transactions.
Hit some API rate limits which caused queries to fail or get limited to 100 transactions.