###### ###### # #######
# # ###### # # ##### # # # # # #
# # # ## # # # # # # # # #
###### ##### # # # # # # # # # # #
# # # # # # # # # # ####### # #
# # # # ## # # # # # # # #
###### ###### # # ##### ###### # # #######
This project contains all smart contracts used for the current BendDAO ApeCoin Staking features. This includes:
- Pairing & Matching contract
- Staking Manager contract
- Staking Proxy contract
The documentation for the smart contracts is available here.
- TypeScript tests are included in the
test
folder at the root of this repo. - Solidity tests are included in the
test
folder in thecontracts
folder.
yarn install
yarn test