Skip to content

Releases: OpenDive/Sui-Unity-SDK

Sui Unity SDK v1.0.0 Public Release

12 Aug 00:35
Compare
Choose a tag to compare

The initial release of the Sui Unity SDK, contains the following features:

  • Accounts

    • Create new accounts using the ED25519 Key Standard.
  • Faucet Client

    • Air drop Sui tokens.
  • Transaction Builder

    • Local Transaction Building.
    • Transfer objects.
    • Transfer Sui.
    • Merge and Split coins.
    • Publish modules.
    • Execute move calls.
  • RPC Client

    • Simulate and submit transaction.
    • Retrieving objects, transactions, checkpoints, coins, and events.
    • Local, custom, dev, test, and main net compatibility.
  • Miscellaneous

    • Comprehensive Unit and Integration Test coverage.
    • Native BCS support.