YieldBay List is a part of YieldBay's product suite.
It's a one-stop shop to discover and evaluate yield farms in the Polkadot & Kusama Paraverse.
Currently we're aggregating around 180 yield farms from 17 protocols across the ecosystem, including Karura DEX, StellaSwap, Mangata X to name a few.
- Clone the repo:
git clone https://github.com/yield-bay/bay-web.git
- Install the dependencies
cd bay-web
yarn
-
Setup & run the backend services
- bay-api - GraphQL API that the frontend consumes.
- bay-watcher - Indexer for yield farms written in Rust.
- bay-watcher-ts - Indexer for yield farms written in TypeScript.
-
Create a .env file and add the URL for
bay-api
from above.
NEXT_PUBLIC_API_URL=<insert api url>
- Start the dev server
yarn dev
YieldBay's engineering team is active and open to questions on our discord server.