βοΈInitializing the LegoClient
Get up and running in just a few easy steps.
Initial Setup
import { LegoClient, OneShotClient, ShogunBalancesApiClient } from '@shogun-sdk/money-legos';
// Initialize the Lego client for NFT purchases
const legoClient = new LegoClient({
apiKey: 'YOUR_API_KEY', // Get this from Shogun dashboard
});Last updated