nomos.tech/src/pages/community.mdx

35 lines
738 B
Plaintext
Raw Normal View History

2023-09-20 17:18:48 +00:00
---
title: Join the community
---
import { Community } from '../components/mdx'
<div className="community-container">
# Join the community
<br/>
<br/>
Welcome to the Nomos Community!
<br/>
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',
2023-09-22 08:52:43 +00:00
link: 'https://discord.com/invite/NYDm83h46b',
2023-09-20 17:18:48 +00:00
linkLabel: 'Join the community on Discord',
},
]}
/>
</div>