SDK for initialize at DMTP and create new DMTP key
SDK for retrieve DMTP key from our DB
Send messages
SDK for sending messages from frontend
Connect other SNS
SDK for connect other SNS account to DMTP
Prerequisite
Node.js: This SDK recommends using Node.js v12.0.0 or higher. Install Node.js from here.
npm: npm, the package manager for Node.js, is installed along with Node.js. We recommend using npm v6.0.0 or higher. To check your version, run npm -v in your terminal.
React: This SDK assumes React v17.0.0 or higher. To add React to your project, run npm install react and npm install react-dom in your terminal.