Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/developers/building-on-yearn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/v3/strategy_writing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down