Skip to content

mralj/dfs-bot-contract

Repository files navigation

Bot

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.

Setup

Just run npm-install to install all dependencies and you should be good to go. This will install:

  1. Hardhat - development environment to compile, deploy and test smart contracts.
  2. OpenZeppelin - library of secure smart contracts.
  3. Other deps, such as prettier, eslint, etc.

Not sure if this is needed, but better to be safe than sorry.

npx hardhat compile

Testing

npm test

Hardhat

Try 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published