Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@stratosphere-network/core

Core StratoSphere SDK functionality

stratosphere, sdk, core

readme

@stratosphere/core

The core StratoSphere SDK that orchestrates all modules and provides a unified interface for interacting with the StratoSphere platform.

Installation

npm install @stratosphere-network/core

Usage

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