Back to home

Documentation

Everything you need to build with Styx Stack

Quick Start

1. Install the SDK

npm install @styx-stack/sdk

2. Send with Resolv (no wallet needed!)

import {Resolv} from '@styx-stack/sdk';

const resolv = new Resolv(connection);
const { link } = await resolv.createPayment({ sender, amount });