mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
Examples are now deployed in wakuconnect.dev (#485)
This commit is contained in:
parent
e4888f779c
commit
f2cf00bf44
@ -294,9 +294,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Add usage section to the README.
|
- Add usage section to the README.
|
||||||
- Support of [Waku v2 Relay](https://rfc.vac.dev/spec/11/).
|
- Support of [Waku v2 Relay](https://rfc.vac.dev/spec/11/).
|
||||||
- Support of [Waku v2 Store](https://rfc.vac.dev/spec/13/).
|
- Support of [Waku v2 Store](https://rfc.vac.dev/spec/13/).
|
||||||
- [Node Chat App example](./examples/cli-chat).
|
- [Node Chat App example]().
|
||||||
- [ReactJS Chat App example](./examples/web-chat).
|
- [ReactJS Chat App example](./examples/web-chat).
|
||||||
- [Typedoc Documentation](https://status-im.github.io/js-waku/docs).
|
- [Typedoc Documentation](https://js-waku.wakuconnect.dev/).
|
||||||
|
|
||||||
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.16.0...HEAD
|
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.16.0...HEAD
|
||||||
[0.16.0]: https://github.com/status-im/js-waku/compare/v0.15.0...v0.16.0
|
[0.16.0]: https://github.com/status-im/js-waku/compare/v0.15.0...v0.16.0
|
||||||
|
|||||||
@ -26,7 +26,7 @@ To build and test this repository, you need:
|
|||||||
|
|
||||||
To ensure interoperability with [nim-waku](https://github.com/status-im/nim-waku/), some tests are run against a nim-waku node.
|
To ensure interoperability with [nim-waku](https://github.com/status-im/nim-waku/), some tests are run against a nim-waku node.
|
||||||
This is why `nim-waku` is present as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules), which itself contain several submodules.
|
This is why `nim-waku` is present as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules), which itself contain several submodules.
|
||||||
At this stage, it is not possible to exclude nim-waku tests, hence `git submodule update --init --recursive` is run before testing (see [`pretest` script](https://github.com/status-im/js-waku/blob/main/package.json)).
|
At this stage, it is not possible to exclude nim-waku tests, hence `git submodule update --init --recursive` is run before testing (see [`pretest` script](https://github.com/status-im/js-waku/blob/master/package.json)).
|
||||||
|
|
||||||
To build nim-waku, you also need [Rust](https://www.rust-lang.org/tools/install).
|
To build nim-waku, you also need [Rust](https://www.rust-lang.org/tools/install).
|
||||||
|
|
||||||
|
|||||||
@ -10,11 +10,13 @@
|
|||||||
- 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
|
||||||
|
|
||||||
This dApp demonstrates how to send and received end-to-end encrypted messages
|
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.
|
||||||
|
|
||||||
|
The `master` branch's HEAD is deployed on GitHub Pages at https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption/.
|
||||||
|
|
||||||
To run a development version locally, do:
|
To run a development version locally, do:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@ -17,7 +17,7 @@ only knowing their Ethereum Address.
|
|||||||
This protocol has been created to demonstrated how encryption and signature could be added to message
|
This protocol has been created to demonstrated how encryption and signature could be added to message
|
||||||
sent over the Waku v2 network.
|
sent over the Waku v2 network.
|
||||||
|
|
||||||
The `main` branch's HEAD is deployed on GitHub Pages at https://status-im.github.io/js-waku/eth-pm/.
|
The `master` branch's HEAD is deployed on GitHub Pages at https://js-waku.wakuconnect.dev/examples/eth-pm/.
|
||||||
|
|
||||||
To run a development version locally, do:
|
To run a development version locally, do:
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
A ReactJS chat app is provided as a showcase of the library used in the browser.
|
A ReactJS chat app is provided as a showcase of the library used in the browser.
|
||||||
It implements [Waku v2 Toy Chat](https://rfc.vac.dev/spec/22/) protocol.
|
It implements [Waku v2 Toy Chat](https://rfc.vac.dev/spec/22/) protocol.
|
||||||
A deployed version is available at https://status-im.github.io/js-waku/.
|
A deployed version is available at https://js-waku.wakuconnect.dev/examples/web-chat/.
|
||||||
|
|
||||||
To run a development version locally, do:
|
To run a development version locally, do:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user