SYSCALL SMS
v2.3.0
TRUSTLESS SMS RELAY
The Syscall SMS service allows smart contracts to trigger text messages purely via blockchain transactions. It uses a Commit-Reveal scheme to ensure the content is cryptographically linked to the payment before dispatch.
1. Download syscall-sms-sdk.js and place it in your project.
2. Import Ethers.js v6 and the SDK in your HTML head.
3. Initialize and use the global `Syscall` class.
1. Install dependencies: npm install ethers dotenv
2. Download syscall-sms-sdk.js to your project root.
3. Import the local file and initialize with your wallet's Private Key.