MPPFinanceDocsv0.1
Getting Started/Installation

Installation

Install the MPPFinance SDK using your preferred package manager.

Install the package

terminal
# npm
npm install mppfinance

# pnpm
pnpm add mppfinance

# yarn
yarn add mppfinance

Environment variables

Create a .env file at the root of your project and add:

.env
MPPFINANCE_AGENT_ID=your-agent-id
MPPFINANCE_NETWORK=solana
MPPFINANCE_TESTNET=true
Use MPPFINANCE_TESTNET=true during development. Testnet cards are free and do not charge real funds.