UNPKG

@stratosphere-network/core

Version:

Core StratoSphere SDK functionality

30 lines (19 loc) 717 B
# @stratosphere/core The core StratoSphere SDK that orchestrates all modules and provides a unified interface for interacting with the StratoSphere platform. ## Installation ```bash npm install @stratosphere-network/core ``` ## Usage ```typescript import StratoSphere from "@stratosphere-network/core"; const stratoSphere = new StratoSphere(); ``` ## Modules - **Wallet Module**: Complete wallet functionality (`@stratosphere/wallet`) - **Token Module**: Token management (coming soon) - **Staking Module**: Staking operations (coming soon) - **Dividends Module**: Dividend management (coming soon) - **DEX Module**: Decentralized exchange features (coming soon) ## License MIT