js-waku-examples/examples/eth-pm
weboko 86b6d1e400
move cspell to examples that use it
2023-01-04 22:39:26 +01:00
..
public remove old pictures 2023-01-04 21:50:13 +01:00
src move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
.cspell.json move cspell to examples that use it 2023-01-04 22:39:26 +01:00
.env move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
.gitignore move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
.npmrc merge with master 2023-01-04 21:57:56 +01:00
README.md move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
craco.config.js move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
package-lock.json remove pnpm artifacts and update package-lock files 2023-01-04 22:14:55 +01:00
package.json move cspell to examples that use it 2023-01-04 22:39:26 +01:00
tsconfig.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00

README.md

Ethereum Private Message Web App

Demonstrates:

  • Private Messaging
  • React/TypeScript
  • Waku Light Push
  • Waku Filter
  • Signature with Web3 (EIP-712, sign typed data)
  • Asymmetric Encryption
  • Symmetric Encryption

A PoC implementation of 20/ETH-DM.

Ethereum Private Message, or Eth-PM, is a protocol that allows sending encrypted message to a recipient, only knowing their Ethereum Address.

This protocol has been created to demonstrated how encryption and signature could be added to message sent over the Waku v2 network.

The master branch's HEAD is deployed at https://examples.waku.org/eth-pm/.

To run a development version locally, do:

git clone https://github.com/waku-org/js-waku-examples
cd eth-pm
npm install
npm run start