SNS Guide
CtrlK
  • Welcome
  • SNS Basics
    • The Name Registry
  • TLD
    • X (formerly Twitter)
  • On-Chain Resolution
  • Web Resolution
  • Domain Records
  • Tokenization
  • SNS Improvement Protocol
  • SNS SDK
    • Introduction
    • Quick Start - Integration
    • Registration
    • Sales & Listings
      • Fixed Price Offers (Listings)
      • Unsolicited Offers
      • Category Offers
      • P2P Offers
    • Resolve Domains
    • Lookup Methods
      • Direct Lookup
      • Reverse Lookup
    • Get all registered domains
    • Get all domains of wallet
    • Primary Domains
    • Domain Record Methods
      • V1 Records (Deprecated)
      • V2 Records
    • X Handle Methods
    • Subdomains
      • Subdomain Registrars
    • Delete Domains
  • SNS API
    • Introduction
    • Domains
    • Primary Domains
    • Categories
    • Users
    • Listings
    • Sales
    • Trade Volume
    • Owners
    • Images
    • SNS Quicknode API
      • sns_getAllDomainsForOwner
      • sns_getDomainData
      • sns_getDomainKey
      • sns_getDomainRecordKey
      • sns_getFavouriteDomain
      • sns_getRegistrationTransaction
      • sns_getSubdomains
      • sns_getSupportedRecords
      • sns_resolveDomain
      • sns_reverse_lookup
      • sns_getDomainReverseKey
Powered by GitBook
On this page
  1. SNS SDK

Introduction

SNS SDKs

SNS maintains a list of SDKs that make integrating and interacting with SNS domains simple. Although many of the code examples throughout our documentation will be in JavaScript/TypeScript a full list of SDKs including other language support can be found below.

  • JS/TS for web3.js v1

  • JS/TS for web3.js v2 (@solana/kit)

  • Rust

  • React

  • Vue

PreviousSNS Improvement ProtocolNextQuick Start - Integration

Last updated 2 months ago