Skip to content

AhmadAlabrash/defillama-app

 
 

Repository files navigation

DefiLlama History

code style: prettier

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 /docs/spec.yaml and /docs/resolvedSpec.json

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.7%
  • JavaScript 37.0%
  • CSS 0.3%