Polkadot Chat demo dApp is a demonstration of how Tesseract provides wallet integration for dApps on mobile
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.
Install Xcode 14.2+ from the App Store
- Checkout this repo.
- Open
PolkaChat.xcodeproj
in Xcode. - Run the Polka Chat.
Tesseract.rs can be used, distributed and modified under the Apache 2.0 license.