🎉 Ryft Explorer beta is released. Learn more →
AboutAboutProtocol Explorer ↗Protocol Explorer ↗ (opens in a new tab)
  • Introduction
    • Get Started
    • Installation
      • Createconversation
      • Creategroup
      • Sendmessage
      • Setgroupmembers
      • Updategroup
      • Setfollow
      • Setnotificationsreadtime
      • Updateprofile
      • Getpost
      • Getposts
      • Getprofile
      • Getreaction
      • Connect
      • Decryptmessage
      • Logout
      • Createpost
      • Deletepost
      • Editpost
      • React
      • Uploadmedia
    • Configuration
    • Overview
    • Points
    • Installation
    • App Studio
    • Decentralized Identify
    • Magma
    • Rules Engine
    • Tectonix
    • UI Kits
    • Video
    • Overview
  • Introduction
  • About
    • Get Started
    • Installation
      • Createconversation
      • Creategroup
      • Sendmessage
      • Setgroupmembers
      • Updategroup
      • Setfollow
      • Setnotificationsreadtime
      • Updateprofile
      • Getpost
      • Getposts
      • Getprofile
      • Getreaction
      • Connect
      • Decryptmessage
      • Logout
      • Createpost
      • Deletepost
      • Editpost
      • React
      • Uploadmedia
    • Configuration
    • Overview
    • Points
    • Installation
    • App Studio
    • Decentralized Identify
    • Magma
    • Rules Engine
    • Tectonix
    • UI Kits
    • Video
    • Overview
  • Protocol Explorer ↗ (opens in a new tab)
Question? Give us feedback → (opens in a new tab)Edit this page
API
Installation

Access the API using the Ryft SDK

Access Ryft APIs directly from the SDK

First install the SDK

yarn add @mantlemachine/ryft

Initialize the SDK

/** Import SDK */
import { Ryft } from "@mantlemachine/ryft"
 
/** Initialize the SDK */
let ryft = new Ryft();
Get StartedCreateconversation

Ryft | Docs