https://github.com/sambacha/ystrategy-template
opinionated yearn strategy template
https://github.com/sambacha/ystrategy-template
defi ethereum solidity yearn
Last synced: 2 months ago
JSON representation
opinionated yearn strategy template
- Host: GitHub
- URL: https://github.com/sambacha/ystrategy-template
- Owner: sambacha
- License: mit
- Created: 2020-11-07T06:36:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T16:45:25.000Z (over 4 years ago)
- Last Synced: 2025-03-26T23:44:52.592Z (2 months ago)
- Topics: defi, ethereum, solidity, yearn
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Strategy TypeScript Template [Yearn Suite]
[](https://twitter.com/iearnfinance) [](https://discordapp.com/channels/734804446353031319/) [](https://t.me/yearnfinance)
## Developer Tools 🛠️
- [Yearn](https://docs.yearn.finance/developers/integration-guide)
- [Truffle](https://trufflesuite.com/)
- [TypeChain](https://github.com/ethereum-ts/TypeChain)
- [Openzeppelin Contracts](https://openzeppelin.com/contracts/)## Start
Create `.infura` and `.secret` files. Install the dependencies:
```bash
$ yarn
```## Tests
```bash
$ yarn test
```## Coverage
```bash
$ yarn coverage
```## Deploying
Deploy to Kovan:
```bash
$ NETWORK=kovan yarn deploy
```## Verifying Contract Code
```bash
$ NETWORK=kovan yarn run verify YourContractName
```## License
SPDX-License-Identifier: MIT/ISC
> you may replace this license with whatever your application will be licnesed under