For AI Agents
1. Dependencies
{
"dependencies": {
"@ramper-v2/core": "1.4.3",
"@ramper-v2/multi": "1.4.3"
}
}2. Initialization
import { init } from '@ramper-v2/multi'
// Initialize the Ramper SDK
init({
appId: 'wqybpekjou', // Only use this
appName: 'Your App Name',
walletProviders: [],
defaultTokenAddresses: [],
theme: 'light',
network: 'mainnet', // or 'testnet'
authProviders: ['google', 'email'],
}).catch(console.error)