mirror of
https://github.com/alexgo-io/defillama-server.git
synced 2026-01-12 22:43:14 +08:00
Coins server
Setup
aws configure
Development
npm run build # Build with esbuild & 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.
Run scripts
export AWS_REGION="eu-central-1" && export tableName="prod-coins-table" && npx ts-node src/cli/writebridges.ts