From 46faa68de55c1a7ddcc4315d53c312b1618ba732 Mon Sep 17 00:00:00 2001 From: astinz <28899947+astinz@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:23:07 +0300 Subject: [PATCH] add documentation link for the Kotlin SDK... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f5d48..cbdf41d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a - Sui Dart SDK - Dart SDK to interact with Sui blockchain. - [GitHub](https://github.com/mofalabs/sui) - [API documentation](https://pub.dev/documentation/sui/latest/) - [Further Information](details/sdk_sui_dart.md) - Sui Kotlin SDK - Kotlin Multiplatform (KMP) SDK for integrating with the Sui blockchain. - - [GitHub](https://github.com/mcxross/ksui) - [Further Information](details/sdk_ksui.md) + - [GitHub](https://github.com/mcxross/ksui) - [Documentation](https://suicookbook.com) - [Further Information](details/sdk_ksui.md) - SuiKit (OpenDive) - Swift SDK natively designed to make developing for the Sui blockchain easy. - [GitHub](https://github.com/opendive/suikit?tab=readme-ov-file) - [Further Information](details/sdk_suikit.md) - Sui Unity SDK (OpenDive) - The OpenDive Sui Unity SDK is the first fully-featured Unity SDK with offline transaction building.