2023-09-20 18:10:58 +00:00
---
title: Join the community
2023-10-25 14:50:33 +00:00
pagination_prev: null
pagination_next: null
displayed_sidebar: null
sidebar_class_name: hidden
2023-09-20 18:10:58 +00:00
---
2023-12-01 06:33:24 +00:00
import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx'
import * as challengesData from '/generated/challenges.json'
2023-09-20 18:10:58 +00:00
# Join the community
2023-10-25 14:50:33 +00:00
<Box top={24} bottom={24}>
2023-10-10 15:07:53 +00:00
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>
2023-11-06 03:26:20 +00:00
<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>
2023-10-10 15:07:53 +00:00
</Grid>
</Box>
2023-12-01 06:33:24 +00:00
<GithubChallenges
challengesData={challengesData}
/>