A Simple Template with the below menu items (with features implemented for most of the cases other than create,buy and sell as it needs the Launchpad ABI of the partivular launchpad
-
In case of bundling for a launchpad, use a launchpad abi and call particular functions for create, buy and sell
-
In case of bundling for a evm , use router abo and call swap functions for buy and sell, and create token using normal ERC20 deployment routines.
THis was coded as a example for HyperEVM Liquidlaunch platform, and this can be used to code a terminal bot for any EVM Bundling
commands
yarn install tsx src/bot.ts
Before that edit the end of the bot.ts file to enter proper abi json file paths
GoodLuck