aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-05-19 14:15:14 +0200
committerhozan23 <hozan23@karyontech.net>2024-05-19 14:15:14 +0200
commit41ceed49285b4082477a83d7dda02fbfb3f96b2a (patch)
tree503e694310c6cf13a3b47e4384832c1e3576fa22 /README.md
parent20f5bac85fb013ff02c74a8f8edc48ac2c0a4ec9 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/README.md b/README.md
index 8e0712f..6c0e3b4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
# Karyon
+ An infrastructure for peer-to-peer, decentralized, and collaborative software
+
+[Website](https://karyontech.net/) | [Discord](https://discord.gg/xuXRcrkz3p) | [irc](https://libera.chat/) #karyon on liberachat
+
+> In molecular biology, a Karyon is essentially "a part of the cell
+> containing DNA and RNA and responsible for growth and reproduction"
+
## Overview
Many developers around the world aspire to build peer-to-peer, decentralized
@@ -17,14 +24,6 @@ is to make decentralization more achievable and efficient for
developers everywhere, pushing for a future where software is more open,
secure, and free from central control.
-> In molecular biology, a Karyon is essentially "a part of the cell
-> containing DNA and RNA and responsible for growth and reproduction"
-
-## Join us
-
-- [irc](irc://irc.libera.chat/#karyon) #karyon on Libera Chat
-- [Discord](https://discord.gg/xuXRcrkz3p)
-
## Crates
- [karyon core](./core): Essential utilities and core functionality.
@@ -47,12 +46,12 @@ select the `tokio` feature.
## Docs
Online documentation for the main crates:
-[karyon_p2p](https://karyontech.github.io/karyon/karyon_p2p),
-[karyon_jsonrpc](https://karyontech.github.io/karyon/karyon_jsonrpc)
+- [karyon_p2p](https://karyontech.github.io/karyon/karyon_p2p),
+- [karyon_jsonrpc](https://karyontech.github.io/karyon/karyon_jsonrpc)
For the internal crates:
-[karyon_core](https://karyontech.github.io/karyon/karyon_core),
-[karyon_net](https://karyontech.github.io/karyon/karyon_net)
+- [karyon_core](https://karyontech.github.io/karyon/karyon_core),
+- [karyon_net](https://karyontech.github.io/karyon/karyon_net)
## Status