LogoLogo
ston-fi/docs
ston-fi/docs
  • Getting Started
    • Introduction
    • Whitepaper
    • User Guide
  • Developer section
    • Quickstart Guides
      • Swap Guide
      • Omniston Guide
      • Liquidity Providing Guide
    • DEX
      • Overview
      • Architecture
      • SDK
        • v2 (latest)
          • Swap
          • Provide Liquidity
          • Refund Liquidity
          • Burn LP Tokens
          • Vault Operations
        • v1
          • Reference
          • Swap
          • Provide Liquidity
          • Refund Liquidity
          • Burn LP Tokens
        • Legacy Versions
          • v0.5
            • Swap
            • Provide Liquidity
            • Refund Liquidity
            • Burn LP Tokens
          • v0.4
            • Swap
            • Provide Liquidity
            • Refund Liquidity
            • Burn LP Tokens
            • Using Get Methods
            • Custom Router Revision
        • Migration Guides
          • v1 to v2
          • v0.5 to v1
          • v0.4 to v0.5
      • Smart Contracts
        • v2
          • Router
          • Pool
          • LpAccount
          • LpWallet
          • Vault
          • Examples
            • Swap Examples
            • LP Provide Examples
            • Vault Examples
          • Op Codes
        • v1
          • Router
          • Pool
          • LpAccount
          • LpWallet
      • REST API
        • API Reference
      • Farm
        • Stake in Farm
        • Claim Rewards
        • Unstake from Farm
        • Destroy Farm NFT
    • Omniston
      • Overview
      • SDK
        • Node.js
        • React
      • Swap Protocol
        • Overview
        • Advanced Features
        • gRPC Integration
      • Resolvers
        • How to Become a Resolver
      • Referral Fees
    • Common
      • Transaction Sending
        • Via TON Core
        • Via TonWeb
        • Via TonConnect
  • Help
    • Contact Us
Powered by GitBook
On this page
Export as PDF
  1. Developer section

Quickstart Guides

This section contains quickstart guides to help you integrate STON.fi features

PreviousWhitepaperNextSwap Guide

Last updated 3 days ago

CtrlK
  • Available Guides
  • What You'll Learn
  • Prerequisites
  • Additional Resources
  • Feedback

Welcome to the STON.fi Quickstart Guides section. These guides provide step-by-step instructions for implementing STON.fi features in your applications with minimal effort.

Each guide is designed to be beginner-friendly and focuses on practical implementation. The guides include complete code examples that you can use as a starting point for your own projects.

Available Guides

Currently, we offer the following quickstart guides:

  • Swap Guide - Learn how to build a simple token swap interface using React and the STON.fi SDK

  • Omniston Guide - Learn how to use STON.fi's liquidity aggregation protocol in your application

  • Liquidity Providing Guide - Learn how to provide liquidity to STON.fi pools

What You'll Learn

Our quickstart guides typically cover:

  • Project setup with the necessary dependencies

  • Integration with TON wallets using TonConnect

  • Fetching data from STON.fi API

  • Executing transactions on the TON blockchain

  • Building user interfaces for STON.fi features

Prerequisites

While our guides are designed to be accessible, having basic knowledge of the following will be helpful:

  • JavaScript/TypeScript

  • React (for frontend guides)

  • Basic understanding of blockchain concepts

Additional Resources

After completing these quickstart guides, you may want to explore more detailed documentation:

  • SDK Documentation - For advanced SDK usage

  • Omniston Documentation - For using STON.fi's liquidity aggregation protocol

  • API References - For direct interaction with smart contracts

Feedback

We're constantly working to improve our documentation. If you have suggestions or encounter any issues with these guides, please contact us.