Skip to content

sarthakxv/bay-web

 
 

Repository files navigation

YieldBay List

Description

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.

How to setup a development environment?

  1. Clone the repo:
git clone https://github.com/yield-bay/bay-web.git
  1. Install the dependencies
cd bay-web
yarn
  1. 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.
  2. Create a .env file and add the URL for bay-api from above.

NEXT_PUBLIC_API_URL=<insert api url>
  1. Start the dev server
yarn dev

How to get in touch?

YieldBay's engineering team is active and open to questions on our discord server.

About

YieldBay's official frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.5%
  • JavaScript 14.4%
  • CSS 0.1%