ecosystem
Installation
SKILL.md
The Convex Ecosystem
Convex is a lattice-based decentralised network and execution platform. Data merges like CRDTs rather than forming a linear chain, consensus is Convergent Proof of Stake (CPoS), and the CVM is a lambda-calculus virtual machine for functional smart contracts.
This repository (Convex-Dev/convex) is the reference implementation. Several
things an agent needs are deliberately not here.
Where Things Live
| What | Where |
|---|---|
| Reference implementation — CVM, consensus, peer, CLI, tooling | Convex-Dev/convex (this repo) |
| CADs — normative specifications | Convex-Dev/design, under docs/cad/ |
| Glossary and tutorials | Convex-Dev/design, under docs/tutorial/ |
| Rendered docs | https://docs.convex.world |