LogoLogo
ston-fi/docs
ston-fi/docs
  • User section
    • About
    • STON.fi Protocol
    • Fees
    • Glossary
    • Whitepaper
  • Developer section
    • Architecture
    • SDK
      • DEX v1 guide
        • reference
        • swap
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
      • DEX v2 guide
        • swap
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
        • withdraw fee from vault
      • Farm guide
        • stake in farm
        • claim farm rewards
        • unstake from farm
        • destroy farm NFT
      • Transaction sending guide
        • via ton
        • via tonweb
        • via tonconnect
      • v0.5 > v1.0.0 migration guide
      • v0.5 (deprecated)
        • DEX guide
          • swap
          • provide liquidity
          • refund liquidity
          • burn liquidity tokens
        • Farm guide
          • stake in farm
          • claim farm rewards
          • unstake from farm
          • destroy farm NFT
        • Transaction sending guide
          • via ton
          • via tonweb
          • via tonconnect
      • v0.4 > v0.5 migration guide
      • v0.4 (deprecated)
        • perform a swap operation
        • provide liquidity
        • refund liquidity
        • burn liquidity tokens
        • using get methods
        • create a custom router revision
    • API reference v1
      • Router
      • Pool
      • LpAccount
      • LpWallet
    • API reference v2
      • Router
      • Pool
      • LpAccount
      • LpWallet
      • Vault
      • Swap examples
      • LpProvide examples
      • Vault examples
      • Op Codes
    • DEX API
    • OMNISTON
      • Resolvers (How to become a resolver)
      • Swap overview
      • Swap extra
      • Swap grpc
      • React
      • Nodejs
      • Referral fees
    • Quickstart Guides
      • Swap Guide
      • Omniston Guide
      • Liquidity Providing Guide
  • Help
    • Contact Us
Powered by GitBook
On this page
  • Available Guides
  • What You'll Learn
  • Prerequisites
  • Additional Resources
  • Feedback
Export as PDF
  1. Developer section

Quickstart Guides

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

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.

PreviousReferral feesNextSwap Guide

Last updated 6 days ago