Getting Started
Prerequisites
Installation
# For API providers (server-side)
pnpm add @shade402/express @shade402/core
# For API consumers (client-side)
pnpm add @shade402/client @shade402/core
# For AI agent integrations
pnpm add @shade402/langchain @shade402/langgraphQuick Start: API Provider
Step 1: Install Dependencies
Step 2: Create Server
Step 3: Set Environment Variables
Step 4: Run the Server
Quick Start: API Consumer
Step 1: Install Dependencies
Step 2: Create Client
Step 3: Set Environment Variables
Step 4: Run the Client
Testing with Devnet
Production Setup
Next Steps
Last updated
