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 mppfinanceEnvironment 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.