Skip to content

Sui Unity SDK v1.0.0 Public Release

Latest
Compare
Choose a tag to compare
@MarcoDotIO MarcoDotIO released this 12 Aug 00:35
· 1 commit to main since this release

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.