The DelegatorFactory is a contract that allows a governor to create a Delegator contract that allows it to receive governance token delegation from other users. If the DelegatorFactory contract is used, stakers / delegators will earn reward tokens the longer they have staked.
The delegatorFactory contract is based on Synthetix Liquidity Rewards contract.
- Clone the Repo
- Install dappTools.
- Install dependencies
yarn install
Run
yarn test
or
dapp test --verbosity 1
This contract has been audited by Quanstamp, you can read the audit here: https://certificate.quantstamp.com/view/cryptex
If you want to discuss this repo you can join Cryptex Discord.