Skip to content

indigofeather/unimove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published