Detect if a contract has been deployed in the latest (or predefined) block from an address that was previously funded through Tornado.Cash.
Last updated Jul 9, 2026
29
Stars
5
Forks
0
Issues
0
Stars/day
Attention Score
65
Language breakdown
No language data available.
▸ Files
click to expand
README
🕵️♂️ TORN Detector
Detect if a contract has been deployed in the latest (or predefined) block from an address that was previously funded through Tornado.Cash.
Installation
It is recommended to install pnpm through the npm package manager, which comes bundled with Node.js when you install it on your system. It is recommended to use a Node.js version >=26.4.0.
Once you have npm installed, you can run the following both to install and upgrade pnpm:
npm install -g pnpm
After having installed pnpm, simply run:
pnpm install
.env File
You must specify the RPC URL of your mainnet node as well as your Etherscan API key in the .env file:
ETHMAINNETURL=https://eth-mainnet.g.alchemy.com/v2/<yourapikey>
ETHERSCANAPIKEY=6FECCD7C9B8C24...
Testing
Simply run
pnpm test🔗 More in this category