Skip to content

Commit

Permalink
add td;dr topic...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Jan 6, 2025
1 parent 92fa6c3 commit c41b43d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
Binary file added artwork/sui-android-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added artwork/sui-ios-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/in.tree
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<toc-element topic="misc.md">
<toc-element topic="bcs.topic"/>
</toc-element>
<toc-element topic="TL-DR.md">
<toc-element topic="Sui-Wallet.md"/>
</toc-element>
<toc-element topic="Reference.md">
<toc-element toc-title="Kotlin Sui SDK API"
href="https://mcxross.github.io/ksui"/>
Expand Down
14 changes: 14 additions & 0 deletions docs/topics/Sui-Wallet.md
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 7 additions & 0 deletions docs/topics/TL-DR.md
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 7 additions & 0 deletions docs/topics/welcome.topic
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
zkLogin
</a>
</cards>

<cards>
<title>TL;DR</title>
<a href="TL-DR.md" summary="Dive straight into sample code and projects">
Sample Projects
</a>
</cards>
</misc>

</section-starting-page>
Expand Down

0 comments on commit c41b43d

Please sign in to comment.