Shogun Documentation
  • 👋Getting Started
    • 👹Why Shogun?
    • 🔄Use Cases
    • 🤝Partnership
    • 🔑Requesting API Keys
    • ⛓️Integrations
  • INTEGRATION GUIDE - SDK
    • 👷One-Shot
      • 👷Installing the SDK
      • ⚙️Initializing the Client
      • 🛤️Fetch Quote
      • 🚆Executing Transactions
    • 👷Money Legos
      • 👷Installing the SDK
      • ⚙️Initializing the LegoClient
      • 🛤️Purchase an NFT with any token on any chain
      • 🚆Executing Transactions
  • 👷Intents kit
    • 🧠Installing the SDK
    • 💡Configuration
    • 📂Create an order
    • 🔑Local Accounts - Request an order
    • 🐇Wallet providers - Request an order
    • ❌Cancel an order
Powered by GitBook
On this page
Edit on GitHub
  1. 👷Intents kit

🧠Installing the SDK

How to install the SDK for frontend or backend

The SDK package provides access to the Intent-based cross-chain swaps within the Shogun Network

Installation

To get started, install the latest version of Intents SDK

yarn add @shogun-sdk/intents-sdk
npm install @shogun-sdk/intents-sdk

PreviousIntents kitNextConfiguration

Last updated 17 days ago