Skip to content

neti-software/Autocompounder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Contracts

Platform / language

How to run tests

cd contracts
npm run test

Deployment

Migrations (celo network)

  yarn hardhat compile
  yarn hardhat deploy --network celo --reset
  yarn hardhat init:autocompounder-factory --network celo

Deploy autocompounder

  yarn hardhat create:autocompounder --network celo --farming-pool-address 'farmin_pool_address_here' --type 'farm_type_here (1, 2, 3 - depending on rewards tokens)' --token1 'reward1_address_here' --token2 'reward2_address_here' --token3 'reward3_address_here'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published