mirror of https://github.com/waku-org/waku.org.git
58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
---
|
|
title: Join the community
|
|
pagination_prev: null
|
|
pagination_next: null
|
|
displayed_sidebar: null
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
import { Grid, Box, SocialCard } from '/src/components/mdx'
|
|
|
|
# Join the community
|
|
|
|
<Box top={24} bottom={24}>
|
|
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.
|
|
</Box>
|
|
|
|
<Box top={56} bottom={56}>
|
|
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
|
|
<Grid.Item xs={1}>
|
|
<SocialCard
|
|
href='https://twitter.com/waku_org'
|
|
logoSrcDark="/icons/x.svg"
|
|
description='Follow us on X'
|
|
/>
|
|
</Grid.Item>
|
|
<Grid.Item xs={1}>
|
|
<SocialCard
|
|
href='https://discord.waku.org'
|
|
logoSrcDark="/icons/discord-white.svg"
|
|
description='Join the community on Discord'
|
|
/>
|
|
</Grid.Item>
|
|
<Grid.Item xs={1}>
|
|
<SocialCard
|
|
href='https://t.me/waku_org'
|
|
logoSrcDark="/icons/telegram-white.svg"
|
|
description='Jump in the conversation on Telegram'
|
|
/>
|
|
</Grid.Item>
|
|
<Grid.Item xs={1}>
|
|
<SocialCard
|
|
href="https://forum.vac.dev/"
|
|
logoSrcDark="/vac.svg"
|
|
description="Share your thoughts on the latest research on the Vac research forum"
|
|
/>
|
|
</Grid.Item>
|
|
<Grid.Item xs={1}>
|
|
<SocialCard
|
|
href="https://github.com/waku-org/bounties/issues"
|
|
logoSrcDark="/github-mark-white.svg"
|
|
description="Work on an open bounty"
|
|
/>
|
|
</Grid.Item>
|
|
</Grid>
|
|
</Box>
|