An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



Strategy TypeScript Template [Yearn Suite]



[![Twitter Follow](https://img.shields.io/twitter/follow/iearnfinance.svg?label=iearnfinance&style=social)](https://twitter.com/iearnfinance) [![Discord](https://img.shields.io/discord/734804446353031319.svg?color=768AD4&label=discord&logo=https%3A%2F%2Fdiscordapp.com%2Fassets%2F8c9701b98ad4372b58f13fd9f65f966e.svg)](https://discordapp.com/channels/734804446353031319/) [![Telegram](https://img.shields.io/badge/chat-on%20Telegram-blue.svg)](https://t.me/yearnfinance) Discourse users





## 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