# karyons > **This Project is a Work in Progress** An infrastructure for peer-to-peer, decentralized, and collaborative software. Join us on: - [Discord](https://discord.gg/xuXRcrkz3p) ## Crates - [karyons core](./core): Provides essential utilities and core functionality for karyons. - [karyons net](./net): Provides network types and functionality for karyons. - [karyons p2p](./p2p): A lightweight, extensible, and customizable peer-to-peer (p2p) network stack. - [karyons jsonrpc](./jsonrpc): A fast and lightweight async [JSONRPC2.0](https://www.jsonrpc.org/specification) implementation. - karyons crdt: A [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) implementation for building collaborative software. - karyons base: A lightweight, extensible database that operates with karyons crdt. ## Contribution Feel free to open a pull request or an issue. ## License All the code in this repository is licensed under the GNU General Public License, version 3 (GPL-3.0). You can find a copy of the license in the [LICENSE](./LICENSE) file.