Installation
Install the MPPHub SDK using your preferred package manager.
terminalbash
npm install mpphub-sdkterminalbash
yarn add mpphub-sdk
pnpm add mpphub-sdkDependencies
The SDK uses @solana/web3.js for on-chain interactions. It is bundled - no extra install needed.
Note: Requires Node.js 18+. The server middleware is optional - only needed if you are building an MPP-gated API.