Installation

Install the MPPHub SDK using your preferred package manager.

terminalbash
npm install mpphub-sdk
terminalbash
yarn add mpphub-sdk
pnpm add mpphub-sdk

Dependencies

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.