[BREAKGLASS] Push notification service for Bitcoin wallets https://bluewallet.io
Go to file
Overtorment e9ed1963ea fix
2020-07-18 22:22:32 +01:00
src fix 2020-07-18 22:22:32 +01:00
.gitignore init 2020-07-12 22:08:18 +01:00
.prettierignore prettier 2020-07-14 13:10:14 +01:00
.prettierrc.json prettier 2020-07-14 13:31:04 +01:00
openapi.yaml ADD: mempool processor & push notifications 2020-07-18 20:30:02 +01:00
package-lock.json ADD: mempool processor & push notifications 2020-07-18 20:30:02 +01:00
package.json ADD: mempool processor & push notifications 2020-07-18 20:30:02 +01:00
Procfile ADD: mempool processor & push notifications 2020-07-18 20:30:02 +01:00
README.md prettier 2020-07-14 13:09:32 +01:00
tsconfig.json prettier 2020-07-14 13:09:32 +01:00

Ground Control

npm install -g dtsgenerator
dtsgen openapi.yaml > src/openapi/api.ts
npm i
npm start