Skip to content

DefiLlama/defillama-app

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2024
Dec 27, 2024
Mar 6, 2025
Mar 6, 2025
Jun 7, 2023
Jan 10, 2023
Mar 6, 2025
Jun 30, 2023
Jun 28, 2022
Mar 27, 2021
Feb 7, 2025
Oct 23, 2024
Feb 18, 2022
Mar 6, 2025
Mar 6, 2025
Nov 24, 2024
May 11, 2023
May 11, 2023
May 11, 2023
Nov 24, 2024
Nov 24, 2024
Dec 26, 2024
Feb 8, 2025

Repository files navigation

DefiLlama

Check it out live at https://defillama.com

To Start Development

Installing dependencies
yarn
Running locally
yarn dev

Updating API docs

  1. Get the API spec in /docs/spec.yaml and paste it into https://editor.swagger.io/
  2. Modify it
  3. Generate a json file by clicking "File" -> "Convert and save as JSON"
  4. Copy the generated json file along with the changed yml spec into this repo

At the end you should have modified both /docs/spec.yaml and /docs/resolvedSpec.json