Skip to content

0xYamcha/defillama-server

 
 

Repository files navigation

defillama-server

Setup

aws configure

Development

npm run build # Build with webpack & check for type errors
npm test # Run tests
npm run format # Format code

Local dev server

npm run serve

Deploy

Just push your changes to the master branch.

Cli

export AWS_REGION="eu-central-1" && npx ts-node src/cli/fillOld.ts

About

Server for defillama

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%