Skip to content

starlings-lab/joey

Repository files navigation

Overview

Joey is one-stop platform to analyze and find what to do with your ETH. We compare various metrics in liquid staking and LSDFi protocols.

Setup

  1. Declare environment variables in .env.local file in the root of this repository. Ensure that .env.* files are not shared by mistake.
DUNE_API_KEY = <dune_api_key>
  1. Run the following commands to start the development server:
npm install
npm run dev

You should now be able to access the application at http://localhost:3000.