Releases: suiware/kit
Releases · suiware/kit
Fixed Testnet faucet
- kit: Updated testnet faucet so it now opens the official Sui Testnet Fauncet https://faucet.sui.io/ in a new tab
- Updated some dependencies.
- Reformatted the code.
- Updated docs.
waitForTransactionOptions parameter for useTransact
- Added an optional
waitForTransactionOptions
parameter to theuseTransact
hook andwaitForTransationResponse
parameter to itsonSuccess
handler. Refer to the useTransact hook docs for more details - Updated some dependencies.
Updated dependencies
- Updated dependencies.
- Some developer-targeted changes.
Cosmetic improvements + Component demo site
- Suppressed debug message for several components and hooks. Now your log will be clean.
- Added all components to the demo site
Initial public release
- Extracted some components and hooks from Sui dApp Starter and made them purer (less dependent on the starter).
- Added new AddressInput and AmountInput components.
More documentation to follow.