Skip to main content
Spice Flow documentation is still being improved upon and not recommended for general use yet. If you wish to integrate, please message our CTO here

Quick Start

Installation

npm install @spicenet-io/spiceflow
# or
yarn add @spicenet-io/spiceflow

Basic Setup

Wrap your app with SpiceFlowProvider and add the SwapWidget:
import { SpiceFlowProvider, SwapWidget, ProviderLogin } from "@spicenet-io/spiceflow";

function App() {
  return (
    <SpiceFlowProvider
      provider=""
    >
      <ProviderLogin />
      <SwapWidget 
        swapBatches={[]} 
        supportedChains={[]} 
      />
    </SpiceFlowProvider>
  );
}

Core Components

SDK Documentation

Examples & Guides

Technical Deep Dive

Key Features

Key features and business benefits provided by SpiceFlow

Need Help?

Join our Community

Get help from our community and team on Discord.

Message our CTO

Connect with our CTO to get your questions answered and request a personalized, white-glove onboarding to Spice Flow.
I