35 lines
738 B
Plaintext
35 lines
738 B
Plaintext
|
---
|
||
|
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',
|
||
|
link: 'https://discord.com/invite/2NXGrsqmDq',
|
||
|
linkLabel: 'Join the community on Discord',
|
||
|
},
|
||
|
]}
|
||
|
/>
|
||
|
</div>
|