Why Use Enso Widgets

  • Zero Integration Effort: Drop-in components with minimal configuration
  • Full DeFi Functionality: Access to complex DeFi operations through simple UI
  • Pre-built User Experiences: Tested interfaces for common DeFi actions
  • Customizable Themes: Adapt to your application’s design system

Quick Implementation

All widgets require just a few lines of code to implement:

// Example: Route Widget implementation
import SwapWidget from '@ensofinance/shortcuts-widget';

function App() {
  return <SwapWidget apiKey="YOUR_API_KEY" />;
}

Try Before You Integrate

Test any widget functionality with our live demos to see how they work before adding them to your application.

Get Started

  1. Choose a widget that fits your use case
  2. Get your Enso API key
  3. Install the package and add the component to your application
  4. Customize appearance and behavior as needed

Each widget documentation page includes detailed implementation examples and configuration options.