Flutter SDK
Guard onboarding, swaps, and treasury flows across Android, iOS, and desktop
Flutter SDK
BASH
flutter pub add colyon_monchain
DART
final client = MonchainClient(apiKey: const String.fromEnvironment('MONCHAIN_KEY'));final response = await client.submitIntent(MonchainIntent.swap(from: '0xabc',to: '0xdef',asset: 'USDC',value: '1000',),);
