diff --git a/docs/developers/building-on-yearn.md b/docs/developers/building-on-yearn.md index 4399d20b9..89562993b 100644 --- a/docs/developers/building-on-yearn.md +++ b/docs/developers/building-on-yearn.md @@ -8,6 +8,7 @@ Welcome! This is the spot to be for all things related to building products on, - [Solidity](https://docs.soliditylang.org/en/v0.8.6/index.html) - [Brownie](https://eth-brownie.readthedocs.io/en/stable/) +- [Moccasin](https://github.com/Cyfrin/moccasin) (alternative) - [ethers.js](https://docs.ethers.io/v5/) - [Web3.js](https://web3js.readthedocs.io/en/v1.4.0/) - [Ganache](https://trufflesuite.com/ganache/) diff --git a/docs/developers/v3/strategy_writing_guide.md b/docs/developers/v3/strategy_writing_guide.md index d2c689bb2..e93c5b141 100644 --- a/docs/developers/v3/strategy_writing_guide.md +++ b/docs/developers/v3/strategy_writing_guide.md @@ -56,7 +56,7 @@ While the complete architecture of the Tokenized Strategy is out of the scope of ## Getting started -Yearn has base templates made to build off of built-in both [Ape Worx](https://www.apeworx.io/), a python-based development toolkit, and [Foundry](https://book.getfoundry.sh/). +Yearn has base templates made to build off of built-in both [Ape Worx](https://www.apeworx.io/), a python-based development toolkit, and [Foundry](https://book.getfoundry.sh/). As a community alternative, [Moccasin](https://github.com/Cyfrin/moccasin) is another python-based smart contract development and testing framework that can also be used for strategy development. 1. Choose your development framework. - [Tokenized Strategy Foundry Mix](https://github.com/yearn/tokenized-strategy-foundry-mix)