📄️ Introduction
This documentation aims to guide developers in integrating with Archethic Wallet (aeWallet). It explains various communication methods and includes code snippets in Dart (Flutter) and Javacript / TypeScript.
📄️ Getting started
Additional setup is required if your DApp targets Android or iOS.
📄️ Connecting aeWallet
This example attempts to connect to aeWallet and writes a log when connection status is updated.
📄️ Watching account
This example connects to aeWallet and watches for updates to the selected account.
📄️ Signing transaction
This example delegates a Transaction signature to aeWallet.
📄️ RPC Commands
Here is a description of all RPC commands available.
📄️ FAQ
How to test a WebSocket connection locally?