[BREAKGLASS] Push notification service for Bitcoin wallets https://bluewallet.io
Go to file
Overtorment 6e32b61bb7 init
2020-07-12 22:08:18 +01:00
src init 2020-07-12 22:08:18 +01:00
.gitignore init 2020-07-12 22:08:18 +01:00
openapi.yaml init 2020-07-12 22:08:18 +01:00
package-lock.json init 2020-07-12 22:08:18 +01:00
package.json init 2020-07-12 22:08:18 +01:00
README.md init 2020-07-12 22:08:18 +01:00
tsconfig.json init 2020-07-12 22:08:18 +01:00

Ground Control

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