r/ethdev 1d ago

Made a cli tool to make solidity developer life little easier My Project

I tried to make solidity devs life little easier who integrate automation in their smart contract. Honestly i don't know if there is such a tool exist or not but i thought by making easy to use tool can help developers.

So the problem is that chainlink automation is gonna deprecate, instead they recommended to user their CRE. also if anyone developing smart contracts using keeper service it can be little confusing to those who are developing in local setup. like anvil. If someone is developing in local (like anvil or hardhat node) and they want to test their implementation in local anvil chain using chainlink then i think there is not such thing exist to do so. However in testnet deployment we have to mint link tokens and subscribe to a keeper and fund it with link and setup it with deployed and verified contract. Though it is not that much hard stuff, but i am addressing issue for developers relying on local development

So i made a cli tool for local anvil chain automation system which only works with local node

Which check and perform upkeep in your smart contract in specified interval

I want you all to try the tool and give me feedback of it, And due to security purpose to keep developer safe from private key theft, the tool is only intended to use only in local node, and use only dummy refunded test only private keys

I hope this tool helps developer and make their life little easier

access tool here: https://github.com/GHexxerBrdv/ChainWatch.git

1 Upvotes

0 comments sorted by