NAVI Protocol Developer Docs
  • 🖥️Build with NAVI Protocol
  • 📖Smart Contract Overview
    • 1️Lending Core
    • 2️Flash Loan
    • 3️Calculator
    • 4️Dynamic Calculator
    • 5️Storage
  • 🕓Decentralized Oracle
    • 💽Oracle Interface
  • 🗺️Contract Configuration
    • 1️⃣Get the Latest Package ID
    • 2️⃣Get Pools Config and Oracle Price Feeds
    • 3️⃣Get Flashloan Config
  • 🛩️NAVI SDK
    • 1️Getting Started
    • 2️Retrieve Info & Data
    • 3️Interactions With NAVI
    • 4️PTB Functions
    • 5️Other Ways to Interact with NAVI
    • 6️Demo
  • 📲NAVI UI SDK
    • ⭐Getting Started
    • 🅰️Aggregator Components
  • 🎧Contract Integration with NAVI
    • 1️⃣Retrieve Pools Info inside Contract
    • 2️⃣Integration with Account Cap
    • 3️⃣Demo
  • 🏅NAVI Aggregator
    • 1️⃣Getting Started
    • 2️⃣Aggregator SDK
    • 3️⃣Aggregator API
    • 🛜Contact Page
  • NAVI Bridge
    • 🚀Quick Start
    • 📄Bridge SDK
  • 📊NAVI Uptime Status Page
  • 📚NAVI API Collection
    • NAVI API
    • afSui, haSui, vSui API
  • ❓FAQ
Powered by GitBook
On this page

NAVI SDK

PreviousGet Flashloan ConfigNextGetting Started

Last updated 7 months ago

The SDK is a robust client toolkit designed to enable effortless interaction with the NAVI Protocol. It provides a streamlined interface for managing transactions, handling accounts, and engaging with smart contracts within the NAVI ecosystem. Whether you're developing decentralized applications (dApps) or managing blockchain operations, the NAVI SDK offers a comprehensive set of tools to simplify both development and integration.

Key Features:

  • Account Management: Easily create, import, and manage Sui accounts using mnemonic phrases.

  • NAVI Smart Contract Interaction: Seamlessly interact with NAVI's smart contracts, with built-in functions for supplying, borrowing, repaying, and more.

  • Efficient Transaction Handling: Execute and manage transactions efficiently, including transferring multiple assets to multiple addresses within a single block and interacting with volo-Sui smart contracts.

The NAVI SDK is designed to streamline Sui blockchain development, empowering you to focus on creating powerful Programmable Transaction Block(PTB) with ease.

🛩️
1️Getting Started
2️Retrieve Info & Data
3️Interactions With NAVI
4️PTB Functions
5️Other Ways to Interact with NAVI
6️Demo