setting up the SDK
To understand what you are doing, Please Check it out the link above
Features
Step1. Make .env file
SIGNER_PRIVATE_KEY="your_base58_encoded_private_key"
RPC="https://your.solana.rpc.endpoint"Step2. Account initialization (required on first use per wallet)
import iqsdk from 'iq-sdk';
await iqsdk.userInit();Write data to chain
Fetch data from chain
Validate local data
Last updated