Leveraged yield farming on Binance Smart Chain
The following assumes the use of node@>=14
.
- Copy
.env.example
file and change its name to.env
in the project folder - Run
yarn
to install all dependencies
yarn compile
Note: There will be a new folder called typechain
generated in your project workspace. You will need to navigate to typechain/index.ts
and delete duplicated lines inside this file in order to proceed.
yarn test
The primary license for Alpaca Protocol is the MIT License, see MIT LICENSE.
Exceptions
- Single Asset LYF:
contracts/6/protocol/workers/CakeMaxiWorker.sol
and all files incontracts/6/protocol/strategies/pancakeswapV2-restricted-single-asset
are licensed under Business Source License 1.1 (BUSL-1.1
) (as indicated in their SPDX headers), see BUSL-1.1 - All files in
tests
remain unlicensed.