Franck R
c7fe1bd789
Rename DappConnect to Waku Connect ( #427 )
2022-01-24 15:00:11 +11:00
F
cbb21108d8
Remove guides
...
They have been moved to the docs website.
2021-12-13 11:34:07 +11:00
Franck Royer
2fbe926df2
Fix typos
2021-10-05 13:44:37 +11:00
Franck Royer
0d82b74854
Add and update time filter guides
2021-10-05 13:41:21 +11:00
Franck Royer
d6f180cf36
Use callback option in store guide
2021-10-05 13:36:04 +11:00
Franck Royer
899e0c89e7
Add time filter to the guide
2021-10-05 13:36:04 +11:00
Franck Royer
92762deda2
Remove extra line
2021-10-05 13:36:03 +11:00
Franck Royer
4ae819357f
Correct doc for page direction
2021-10-05 13:36:03 +11:00
Franck Royer
087f5bf774
guide/example: Demonstrate how to use the store callback option
...
This option is better than using the returned value.
This is because the returned value is returned only once **all** pages
are received, which can be very long if the `timeFilter` option is not
used.
2021-10-05 13:36:03 +11:00
Franck Royer
a352cb0b38
Examples with no async/await syntax
...
Useful for those using ClojureScript.
Resolves #182 .
2021-09-07 14:44:33 +10:00
Franck Royer
c468bfd662
Minor correct, simplify code
2021-09-07 14:17:29 +10:00
Franck Royer
893e0b1af9
Add guide to use Waku Store in ReactJS
2021-09-07 14:17:29 +10:00
Franck Royer
d8bdbac2a5
Fix typo
2021-09-02 16:32:38 +10:00
Franck Royer
a21d641280
Added `Waku.waitForConnectedPeer` helper
...
To ensure that we are connected to Waku peers when using the bootstrap
option.
2021-09-02 15:46:23 +10:00
Franck Royer
87fd5ac171
Update guide to pass decryption keys to the `Waku` instance
...
Make the guide and API simpler as there is no need to learn/use both
`WakuStore` and `WakuRelay` APIs to decrypt messages.
2021-09-02 15:20:44 +10:00
Franck Royer
75352abcac
Promote dedicated symmetric key generation API
...
Using the private key API for symmetric key is confusing.
2021-09-02 15:09:31 +10:00
Franck Royer
c9678aa665
Fix link
2021-08-30 19:54:36 +10:00
Franck Royer
4504de55f3
Use more precise terminology
2021-08-27 15:00:00 +10:00
Franck Royer
659e167c06
Mention CryptoSubtle for key storage/export
2021-08-27 14:40:46 +10:00
Franck Royer
6e5cbefc49
Mention Eth-PM
2021-08-26 16:34:32 +10:00
Franck Royer
cc84edca9c
Rephrase, typos
2021-08-26 16:34:32 +10:00
Franck Royer
880746a0df
Add guide to encrypt messages using version 1
2021-08-26 16:34:29 +10:00
Franck Royer
6ded9630b2
Remove mention of Status in guide
...
Keep it in the code doc.
2021-08-13 16:18:03 +10:00
Franck Royer
140791cc91
Provide easy way to bootstrap when creating Waku node
2021-08-13 16:18:00 +10:00
Franck Royer
c3855112d7
Rename `getStatusFleetNodes`
...
To make it more generic to allow retrieval of bootstrap nodes from
other sources.
2021-08-13 16:17:15 +10:00
Franck Royer
2381adfd17
Do not recommend protobuf
...
Yet provide guide on how to use protobuf.
2021-08-09 14:03:52 +10:00
Franck Royer
bb7ae2f30a
Improve wording
2021-08-09 12:36:53 +10:00
Franck Royer
b7bf47715b
Wording
2021-08-09 12:36:53 +10:00
Franck Royer
951e2e296b
Format
2021-08-09 12:36:53 +10:00
Franck Royer
5076fa553c
Enable spelling for guides and fix it
2021-08-09 12:36:53 +10:00
Franck Royer
cecbaad4f2
Finish store guide
2021-08-09 12:36:28 +10:00
Franck Royer
a24e9c82c3
Fix protobuf def
2021-08-09 12:36:28 +10:00
Franck Royer
f83f3037f1
Start store guide
2021-08-09 12:36:27 +10:00
Franck Royer
c13beae0d2
Include ReactJS in name min web chat name
2021-08-05 13:39:42 +10:00
Franck Royer
495827ed63
Rephrased
2021-08-02 12:26:07 +10:00
Franck Royer
499b3e7cc0
Touch up
2021-08-02 12:22:18 +10:00
Franck Royer
dbc6662082
Touch up
2021-08-02 12:22:18 +10:00
Franck Royer
ef27afbbf9
Fix voca
2021-08-02 12:00:28 +10:00
Franck Royer
7b87ece951
Add ReactJS Relay to guide menu
2021-08-02 11:59:24 +10:00
Franck Royer
943b1c2456
Add ReactJS Relay guide
2021-08-02 10:45:10 +10:00
Franck Royer
2306bb1708
Add breakdown of what examples demonstrate
...
Also move explanation to each readme.
2021-08-02 10:45:10 +10:00
Franck Royer
8a1babac6f
Fix capitalized titles
2021-08-02 10:45:10 +10:00
Franck Royer
b92b9009b9
Add choose content topic guide
2021-08-02 10:45:09 +10:00
Franck Royer
2dd399d6c6
Run Hemingway app
2021-08-02 10:45:09 +10:00
Franck Royer
97042388b2
Fix odd format
2021-08-02 10:45:09 +10:00
Franck Royer
1f370ae53e
Use protobuf
2021-08-02 10:45:09 +10:00
Franck Royer
3b71fd0b26
Show payload as utf8 usage
2021-08-02 10:45:09 +10:00
Franck Royer
8a7f2401ea
Process incoming messages
2021-08-02 10:45:08 +10:00
Franck Royer
7c5382dfff
Send message
2021-08-02 10:45:08 +10:00
Franck Royer
3f6497634f
Bootstrap
2021-08-02 10:45:08 +10:00