Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.46 KB

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.