Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 826 Bytes

File metadata and controls

29 lines (18 loc) · 826 Bytes

Unimove

Monorepo containing the Unimove ecosystem. It currently ships both a React dApp kit and a low-level SDK wrapper for Sui and IOTA.

Packages

  • @unimove/dapp-kit – unified providers, hooks, and components for Sui and IOTA dApps.
  • @unimove/sdk – zero-brain unified access to @mysten/sui and @iota/iota-sdk, including the normalized createSdk("sui" | "iota") factory.

Development

Install dependencies with your preferred package manager (Bun, npm, pnpm, etc.). Example using Bun:

bun install

Common scripts

Scripts 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 typecheck

License

Apache-2.0