Everything you need to build with Styx
Quick start guide to integrate Styx into your application
Complete API documentation with examples
Using the TypeScript and Kotlin SDKs
Wallet-based authentication and API keys
Understanding the privacy guarantees
Receive real-time notifications
npm install @styx-stack/pmp-sdk @styx-stack/whisperdrop-sdkimport {StyxPMP} from '@styx-stack/pmp-sdk';
const pmp = new StyxPMP({
connection,
});