test http server for viewing encoded notifications
- Install
npm install
-
Edit the parameters
pub
andsec
received from the debot in the fileindex.js
-
Run (Do not close, as you will see the logs in this window.)
npm start
curl -X POST "http://127.0.0.1:8181/request" -H 'Content-Type: application/x-www-form-urlencoded' --data-raw "param=str1 str2 str3"
The decryption code is taken from https://tonlabs.notion.site/Notification-provider-onboarding-3dd961bce8954d0da80208b9a908c773