Skip to content

Push notification service for Chesscoin032 wallet

Notifications You must be signed in to change notification settings

OleksandrAAA/GroundControl

 
 

Repository files navigation

Ground Control

Installation

npm install -g dtsgenerator
dtsgen openapi.yaml > src/openapi/api.ts
npm i
npm start
npm run worker-blockprocessor
npm run worker-processmempool
npm run worker-sender

Environment variables

Set them as env variables or put them into .env file in project root dir.

  • JAWSDB_MARIA_URL for example mysql://username:password@host:port/database
  • FCM_SERVER_KEY hex encoded
  • APNS_PEM hex encoded
  • BITCOIN_RPC for example http://username:password@host:7324
  • APNS_TOPIC for example com.electrum.chess032wallet

Getting certificates

https://dev.to/jakubkoci/react-native-push-notifications-313i

Re-issue Apple certificate when it expires (yearly)

License

MIT

About

Push notification service for Chesscoin032 wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Procfile 0.2%