Yearn SDK Examples

This repository contains a live preview and example usage of the Yearn SDK

Explore this codebase to learn how to start interacting with the Yearn protocol in your own app!

Live Preview Sandbox

Live Preview Sandbox

Getting Started with the developer environment

  1. git clone https://github.com/turtlemoji/yearn-sdk-examples.git to download the latest version

  2. yarn install to install dependencies with yarn

  3. Create an Alchemy account and put the key in src/constants.js

  4. yarn start to run the developer environment

Core files

More information