Back to home

Documentation

Everything you need to build with Styx

Quick Start

1. Install the SDK

npm install @styx-stack/pmp-sdk @styx-stack/whisperdrop-sdk

2. Initialize

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

const pmp = new StyxPMP({
connection,
});