Monorepo containing the Unimove ecosystem. It currently ships both a React dApp kit and a low-level SDK wrapper for Sui and IOTA.
@unimove/dapp-kit– unified providers, hooks, and components for Sui and IOTA dApps.@unimove/sdk– zero-brain unified access to@mysten/suiand@iota/iota-sdk, including the normalizedcreateSdk("sui" | "iota")factory.
Install dependencies with your preferred package manager (Bun, npm, pnpm, etc.). Example using Bun:
bun installScripts are executed from the package directories. For example, to run type checks:
cd packages/unimove-dapp-kit && bun run typecheck
cd packages/unimove-sdk && bun run typecheckApache-2.0