---
title: Join the community
import { Community } from '../components/mdx'
<div className="community-container">
# Join the community
<br/>
Welcome to the Nomos Community!
Join us as we build a novel blockchain layer ideal for a network state. Be the first to receive our latest news, access documentation, and celebrate with us as we get closer to realising the Logos network state.
<Community
items={[
{
type: 'x',
link: 'https://twitter.com/Nomos_tech',
linkLabel: 'Follow us on X',
},
type: 'discord',
logoSrcDark: '/icons/discord.svg',
link: 'https://discord.com/invite/NYDm83h46b',
linkLabel: 'Join the community on Discord',
]}
/>
</div>