Files
defillama-server/coins
2022-05-18 02:47:46 +01:00
..
2022-05-18 01:50:28 +01:00
2022-05-18 01:50:28 +01:00
2021-12-25 05:23:21 +00:00
2021-12-26 04:29:03 +00:00
2022-05-18 02:06:27 +01:00
2022-05-18 02:06:27 +01:00
2021-12-25 05:23:21 +00:00
2022-05-18 02:47:46 +01:00
2021-12-25 05:23:21 +00:00
2022-05-18 01:50:28 +01:00
2021-12-25 05:23:21 +00: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