Skip to content

Commit

Permalink
docs(RPC): 📝 Add cross reference between "aeWallet RPC protocol descr…
Browse files Browse the repository at this point in the history
…iption" and "DApp development guide"
  • Loading branch information
Chralu committed Dec 5, 2024
1 parent 03f4958 commit 248412f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
id: introduction
title: Howto create a DApp
sidebar_label: Introduction
sidebar_position: 1
---


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**.

:::note
If you are more interested in **Archethic Wallet RPC** protocol fundamentals, [check these documents](../../participate/wallet/dapps-communication).
:::

:::caution
Before going further, you **must have a minimal understanding** of the way Archethic blockchain works.

Expand Down
6 changes: 6 additions & 0 deletions docs/participate/wallet/dapps-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ sidebar_label: Communication with DApps
sidebar_position: 1
---

:::caution
This documentation aims to get an **in-depth understanding** of the **Archethic Wallet RPC** protocol.

If you are more interested in **DApp development**, [check these documents](../../build/dapp).
:::

In the blockchain ecosystem, decentralized applications (dApps) are becoming increasingly popular. To enable reliable and secure communication between these applications and the blockchain, Archethic has developed a communication protocol with its Archethic Wallet application. This protocol allows dApps to delegate secure communication with the blockchain to the wallet and to protect private information within the wallet (seed, private keys) without exposing it to the dApps.

# Point of view on usage
Expand Down

0 comments on commit 248412f

Please sign in to comment.