codex.storage/root-pages/community.mdx
2023-12-11 21:16:27 +09:00

41 lines
1.3 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
> The Codex project aims to create a decentralised durability engine that allows persisting data in p2p networks. In other words, it allows storing files and data with predictable durability guarantees for later retrieval.
> WARNING: This project is under active development and is considered pre-alpha.
<Box top={24} />
Welcome to the Codex Community! Whether you are interested in building with Codex, contributing to the network, expanding your knowledge, or staying up-to-date with our progress, we have something for everyone.
<Box top={56} bottom={56}>
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<SocialCard
href='https://twitter.com/Codex_storage'
logoSrc="/icons/x-black.svg"
logoSrcDark="/icons/x-white.svg"
description='Follow us on X'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://discord.gg/codex-storage'
logoSrc="/icons/discord-black.svg"
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
</Grid>
</Box>