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.