Getting Started

Welcome to the Orbicle documentation. This guide will help you understand and integrate with our platform.

Installation

Install the Orbicle SDK using npm:

npm install @orbicle/sdk

Configuration

Configure your Orbicle instance:

const orbicle = new Orbicle({ apiKey: 'your-api-key', network: 'mainnet' });

API Reference

Explore our comprehensive API documentation to integrate Orbicle into your applications.