This repository contains two smart contracts
-
Child Contract
Implements a farming mechanism that handles staking, reward distribution, and more. Detailed documentation is available in the Child Contract README. -
Master Contract
Acts as a factory and manager for multiple child contracts (e.g., farming, NFT farming, LP farming). It provides functionalities to register, list, invoke methods on, and deploy new child contracts via cross-contract calls. Detailed documentation is available in the Master Contract README.
To learn more about each contract, please refer to the respective documentation:
- Child Contract Documentation: Contains details on building, testing, and deploying the Child Contract.
- Master Contract Documentation: Provides comprehensive information, usage examples, and testing instructions for the Master Contract.