Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.69 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.69 KB

PolkadotKit for iOS, Android - Device Native Light Client Wrappers

Overview

Implement Device Native light client packages for Apple and Android product platforms.

Current light client solutions require either third-party frameworks or a JavaScript runtime environment. The PolkadotKit project removes the need for this additional layer. This will make it easier for native mobile developers to create apps that operate in a trustless decentralized manner.

This will complete the currently missing first solution to embedding smoldot into a mobile application.

Details

Produce Swift and Kotlin packages, as well as the Rust scaffolding code and bindings needed to call into the smoldot Rust library.

PolkadotKit

This project will implement the code bounded by the purple box in the diagram above.

Implementation

Smoldot Swift

Smoldot Kotlin