Bot is used to execute buy/sell on blockchain via PCS. This was used by custom sniping node to snipe liquidity on PCS - this node is one of the fastest on BSC.
Just run npm-install to install all dependencies and you should be good to go.
This will install:
- Hardhat - development environment to compile, deploy and test smart contracts.
- OpenZeppelin - library of secure smart contracts.
- Other deps, such as prettier, eslint, etc.
Not sure if this is needed, but better to be safe than sorry.
npx hardhat compilenpm testTry running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts