diff --git a/artwork/sui-android-wallet.png b/artwork/sui-android-wallet.png new file mode 100644 index 0000000..7a1bd35 Binary files /dev/null and b/artwork/sui-android-wallet.png differ diff --git a/artwork/sui-ios-wallet.png b/artwork/sui-ios-wallet.png new file mode 100644 index 0000000..5451413 Binary files /dev/null and b/artwork/sui-ios-wallet.png differ diff --git a/docs/in.tree b/docs/in.tree index befc33a..c74cc5e 100644 --- a/docs/in.tree +++ b/docs/in.tree @@ -20,6 +20,9 @@ + + + diff --git a/docs/topics/Sui-Wallet.md b/docs/topics/Sui-Wallet.md new file mode 100644 index 0000000..085d75f --- /dev/null +++ b/docs/topics/Sui-Wallet.md @@ -0,0 +1,14 @@ +# Sui Wallet + +**Sui Wallet** is a cross-platform mobile wallet built with **Kotlin Multiplatform**, **Jetpack Compose**, and the **Sui +Kotlin Multiplatform library ([Ksui](getting-started.topic))**, showcasing seamless integration with the Sui blockchain. It serves as a reference implementation for developers looking to integrate Sui into mobile applications. + +## Android Sui Wallet + +![Android Sui Wallet](../../artwork/sui-android-wallet.png) + +## iOS Sui Wallet + +![iOS Sui Wallet](../../artwork/sui-ios-wallet.png) + +Discover the complete source code for Sui Wallet on GitHub: [Sui Wallet Repository](https://github.com/mcxross/sui-cookbook-examples/tree/main/sui-wallet) \ No newline at end of file diff --git a/docs/topics/TL-DR.md b/docs/topics/TL-DR.md new file mode 100644 index 0000000..12893c0 --- /dev/null +++ b/docs/topics/TL-DR.md @@ -0,0 +1,7 @@ +# TL;DR + +Explore practical examples and ready-to-use code for integrating Sui with your applications. +These sample projects provide a hands-on approach to get you started quickly. + +## Client Applications +- [Sui Wallet](Sui-Wallet.md) \ No newline at end of file diff --git a/docs/topics/welcome.topic b/docs/topics/welcome.topic index 860b80e..14ae016 100644 --- a/docs/topics/welcome.topic +++ b/docs/topics/welcome.topic @@ -32,6 +32,13 @@ zkLogin + + + TL;DR + + Sample Projects + +