improvements
This commit is contained in:
parent
38cce94540
commit
6ca30709c9
|
@ -24,7 +24,7 @@ Community pull requests (PRs) are highly encouraged, but we recommend [suggestin
|
|||
|
||||
## Submit Security Bug Reports
|
||||
|
||||
To improve Waku's security, we invite researchers to collaborate in identifying and resolving potential vulnerabilities. To participate, submit your reports at: <https://hackenproof.com/status-dot-im/waku>. Please review our bug bounty program's details to get started.
|
||||
To improve Waku's security, we invite researchers to collaborate in identifying and resolving potential vulnerabilities. To participate, please review our bug bounty program's details and submit your reports at: <https://hackenproof.com/status-dot-im/waku>.
|
||||
|
||||
## Contribute to Waku Research
|
||||
|
||||
|
|
|
@ -15,6 +15,13 @@ import PoweredByCard from "@site/src/components/PoweredByCard";
|
|||
>
|
||||
Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.
|
||||
</PoweredByCard>
|
||||
<PoweredByCard
|
||||
appLink="https://xmtp.org"
|
||||
logoSrc="/img/xmtp-logo.svg"
|
||||
appName="XMTP"
|
||||
>
|
||||
XMTP uses the Waku Network to enable secure Web3 messaging in their open protocol and network.
|
||||
</PoweredByCard>
|
||||
<PoweredByCard
|
||||
appLink="https://railgun.org/"
|
||||
logoSrc="/img/railgun-logo.png"
|
||||
|
@ -29,12 +36,5 @@ import PoweredByCard from "@site/src/components/PoweredByCard";
|
|||
>
|
||||
Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.
|
||||
</PoweredByCard>
|
||||
<PoweredByCard
|
||||
appLink="https://xmtp.org"
|
||||
logoSrc="/img/xmtp-logo.svg"
|
||||
appName="XMTP"
|
||||
>
|
||||
XMTP uses the Waku Network to enable secure Web3 messaging in their open protocol and network.
|
||||
</PoweredByCard>
|
||||
</div>
|
||||
```
|
Loading…
Reference in New Issue