Skip to content

tesseract-one/polkachat.kotlin

 
 

Repository files navigation

Tesseract

Polkadot Chat demo dApp is a demonstration of how Tesseract provides wallet integration for dApps on mobile

Polkadot chat dApp Wallet choosing on iOS Wallet requested on iOS

Demo

The demo is a chat, storing messages in a Rococo network smart contract. It shows how the dApps can perform readonly operations without ever connecting to the wallet and how to aquire public key and sign transactions using Tesseract dApp/Wallet integration protocol. In the case of this demo, the transaction is created and submitted when the user wishes to send a message to the chat.

Prerequisites

  1. Android Studio is the only thing you need to build and run this demo.

Installation

Installation on Android

  1. Checkout this repo
  2. Open polkachat.android folder in Android Studio.
  3. Run it on a desired device (or emulator).

License

Tesseract.rs can be used, distributed and modified under the Apache 2.0 license.

About

Polkadot Chat Demo dApp in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 91.8%
  • Rust 8.2%