js-waku-examples/eth-pm
Sasha 6016beece8
Merge pull request #174 from waku-org/weboko/npm
Migrate to npm
2023-01-04 21:54:09 +01:00
..
public add manifests and waku pictures 2022-12-23 22:56:24 +01:00
src chore(eth-pm): bump @waku/core to 0.0.8 2022-12-20 11:47:57 +11:00
.env First commit 2022-06-17 10:48:15 +10:00
.gitignore First commit 2022-06-17 10:48:15 +10:00
.npmrc move eth-pm to npm 2022-12-24 02:09:09 +01:00
README.md doc: update urls 2022-09-22 18:05:01 +10:00
craco.config.js fix: build 2022-11-10 21:23:39 +11:00
package-lock.json add overrides to prevent npm failures 2022-12-27 22:30:40 +01:00
package.json add overrides to prevent npm failures 2022-12-27 22:30:40 +01:00
tsconfig.json First commit 2022-06-17 10:48:15 +10: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