Files
2022-09-17 16:51:01 +02:00
..
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00
2021-12-25 07:56:15 +00:00

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

DB schema

# User
- id
- password

# Address
- address
- chain
- timestamp
- user that submitted it

# User submissions
- address
- chain