Build with CTM Widget
How to build with ctm widget
Prerequisites
cd <your-application> && npm create vite@latest .npm i swap-widget-ctm@1.0.0
VITE_T=your_thirdweb_secret_key
VITE_M=your_mobula_api_keyComponent Integration
Tailwind Guide
Wrap Your Component with Providers: Use the providers to wrap your SwapCard component.
SwapCard component.Use the Widget in Your Application: Import and use the CTMWidget in your main application or wherever you need it.
CTMWidget in your main application or wherever you need it.
Troubleshooting
Last updated