Skip to content

BendDAO/bend-apestaking-v1

Repository files navigation

Build pass codecov

######                       ######     #    #######
#     # ###### #    # #####  #     #   # #   #     #
#     # #      ##   # #    # #     #  #   #  #     #
######  #####  # #  # #    # #     # #     # #     #
#     # #      #  # # #    # #     # ####### #     #
#     # #      #   ## #    # #     # #     # #     #
######  ###### #    # #####  ######  #     # #######

BendDAO ApeCoin Staking

Description

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

Documentation

The documentation for the smart contracts is available here.

Audits

Verilog Solutions

Run tests

  • TypeScript tests are included in the test folder at the root of this repo.
  • Solidity tests are included in the test folder in the contracts folder.
yarn install
yarn test