mirror of https://github.com/status-im/js-waku.git
Rephrase
This commit is contained in:
parent
f801538f71
commit
28e4c9d78c
|
@ -5,7 +5,7 @@
|
|||
- Private Messaging
|
||||
- React/TypeScript
|
||||
- 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
|
||||
- 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/).
|
||||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue