mirror of https://github.com/waku-org/waku.org.git
46 lines
944 B
Plaintext
46 lines
944 B
Plaintext
|
---
|
||
|
title: Join the community
|
||
|
---
|
||
|
|
||
|
import { Community } from '../components/mdx'
|
||
|
|
||
|
<div className="community-container">
|
||
|
|
||
|
# Join the community
|
||
|
|
||
|
<br/>
|
||
|
<br/>
|
||
|
|
||
|
Welcome to the Waku Community!
|
||
|
|
||
|
Whether you are interested in building with Waku, contributing to the network, expanding your knowledge, or staying abreast of our progress, we have something for everyone.
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
|
||
|
|
||
|
<Community
|
||
|
items={[
|
||
|
{
|
||
|
type: 'x',
|
||
|
link: 'https://twitter.com/waku_org',
|
||
|
linkLabel: 'Follow us on X',
|
||
|
},
|
||
|
{
|
||
|
type: 'discord',
|
||
|
link: 'https://discord.waku.org',
|
||
|
linkLabel: 'Join the community on Discord',
|
||
|
},
|
||
|
{
|
||
|
type: 'telegram',
|
||
|
link: 'https://t.me/waku_org',
|
||
|
linkLabel: 'Jump in the conversation on Telegram',
|
||
|
},
|
||
|
{
|
||
|
logoSrcDark: '/vac.svg',
|
||
|
link: 'https://forum.vac.dev/',
|
||
|
linkLabel: 'Share your thoughts on the latest research on the Vac research forum',
|
||
|
},
|
||
|
]}
|
||
|
/>
|
||
|
</div>
|