• Stars
    star
    206
  • Rank 190,504 (Top 4 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DefiLlama

Check it out live: 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