Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 411 Bytes

CB Multifarm bot

Setup

  1. Create a .env file with the following:
  • CHAIN_ENV - 'mainnet' or 'testnet'
  • PRIVATE_KEY - private key of the authorized wallet to update partner token and skill price in treasury contract
  • DISCORD_TOKEN - discord bot token
  1. Run npm i or npm install to install dependencies

Run

  • npm start - To run the bot
  • npm run test - To run the bot in test mode