Prerequisities & Installation
Prerequisites
Before using the OpenMSCP SDK, ensure you have:
Node.js (v16 or higher)
TypeScript (v4.0 or higher)
A Solana wallet (e.g., Phantom, Solflare)
Basic understanding of Solana blockchain concepts
Familiarity with TypeScript/JavaScript
Installation
For development purposes, you can install from source:
Basic Usage
Here's a quick example of how to use the SDK:
Last updated