2.2.2 • Published 10 months ago

@orbionchain/orbionfinance-sdk v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

OrbionFinance SDK

code style: prettier npm code style: prettier

⚡ OrbionFinance SDK is a TypeScript library for building DEX and DeFi applications powered by OrbionChain across multiple EVM-compatible blockchains such as Ethereum, BSC, Sepolia, and beyond.


✨ Features

  • 🧮 Precise math with JSBI and big.js
  • 🔁 Multichain support with chain-aware factory/router/config resolution
  • ⚖️ Fractional arithmetic: Price, Percent, TokenAmount, CurrencyAmount
  • 💸 Supports native assets (ETH, BNB, etc.) via wrapping abstraction
  • 🧩 Modular structure: clean separation of entities, fractions, and core utilities

📦 Installation

npm install @orbionchain/orbionfinance-sdk
# or
yarn add @orbionchain/orbionfinance-sdk