📦 Installing the Orynt SDK
The Orynt SDK is distributed via npm and works in both Node.js and browser environments.Orynt SDK on npm
1️⃣ Install via npm
2️⃣ Set Up Environment Variables
To authenticate with the SDK, set your wallet private key in a.env file:
Keep your private key secure and do not commit it to version control.
3️⃣ SDK Configuration Example
- baseUrl: API endpoint for Orynt requests
- network: blockchain network for micropayments
- privateKey: your wallet key for authentication and payments