This commit is contained in:
Franck Royer 2021-08-13 15:08:12 +10:00
parent f801538f71
commit 28e4c9d78c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
- Private Messaging - Private Messaging
- React/TypeScript - React/TypeScript
- Waku Light Push - Waku Light Push
- Signature with Web3 using [EIP-712 v4: `eth_signTypedData_v4`](https://eips.ethereum.org/EIPS/eip-712) - Signature with Web3 using [EIP-712: `eth_signTypedData_v4`](https://eips.ethereum.org/EIPS/eip-712)
- Asymmetric Encryption - Asymmetric Encryption
- Usage of [`eth_decrypt`](https://docs.metamask.io/guide/rpc-api.html#eth-decrypt) Wallet API - Usage of [`eth_decrypt`](https://docs.metamask.io/guide/rpc-api.html#eth-decrypt) Wallet API
@ -13,7 +13,7 @@ This dApp demonstrates how to send and received end-to-end encrypted messages
using the encryption API provided by some Web3 Wallet provider such as [Metamask](https://metamask.io/). using the encryption API provided by some Web3 Wallet provider such as [Metamask](https://metamask.io/).
The sender only needs to know the Ethereum address of the recipient. The sender only needs to know the Ethereum address of the recipient.
The recipient must broadcast his encryption public Key as a first step. The recipient must broadcast his encryption public key as a first step.
To run a development version locally, do: To run a development version locally, do: