Ryft - For builders.

Ship dApps, fast.
Launch your own full-featured, Layer-2-powered app with a single click. Harness membership economy and cutting-edge UI integration to go from zero to wow in seconds.
SCROLL

Developer friendly.
Everything Works Better Connected
Quickly and easily automate your favorite dApps, services and liquidity sources.
Show me how
Start Integration
Get up and running on Magma using Ryft in as little as 5 minutes.

///lets go

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

let res = await ryft.createConversation({
  recipients: [
    "did:pkh:001...",
    "did:pkh:002...",
    "did:pkh:003..."
  ],
  name: "Dev chat",
  description: "Conversation to chat with devs"
});