Files
waynebruce0x 7026e354b4 Merge pull request #1142 from DefiLlama/coins3
Bridge adapter update
2022-10-19 16:51:37 +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-09-29 13:10:20 +01:00
2022-05-18 02:47:46 +01:00
2021-12-25 05:23:21 +00: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