ecosystem

tarafından convex-dev

Convex ekosisteminde yön bulma — hangi depoda ne var, spec'ler ve dokümanlar nerede ve hangi istemci kütüphaneleri mevcut. Bağlam gerektiğinde kullan…

npx skills add https://github.com/convex-dev/convex --skill ecosystem

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

WhatWhere
Reference implementation — CVM, consensus, peer, CLI, toolingConvex-Dev/convex (this repo)
CADs — normative specificationsConvex-Dev/design, under docs/cad/
Glossary and tutorialsConvex-Dev/design, under docs/tutorial/
Rendered docshttps://docs.convex.world

The design repository is the authority on what Convex should do; this repository is what it currently does. When they disagree, one of them has a bug — see the cad-reference skill for how to find the governing CAD.

Do not assume design is checked out locally. Use https://docs.convex.world unless you have confirmed the repository is present alongside this one.

Module Map

The 14 Maven modules are listed in AGENTS.md with their purposes, and each has its own README.md. In short: convex-core holds the CVM, consensus and Etch; convex-peer the networking, including the NodeServer; convex-cli, convex-gui and convex-restapi the interfaces; convex-p2p the P2P node stack, whose P2PNode runs a NodeServer.

Client Libraries

LanguageRepository
Javaconvex-java module in this repo
ClojureConvex-Dev/convex.cljc
TypeScriptConvex-Dev/convex.ts
PythonConvex-Dev/convex-api-py

Prefer the in-repo convex-java module for JVM integration — it is versioned with the network implementation.

Networks

  • Protonet (production): peer.convex.live
  • Testnets are used for tooling and experimentation; the endpoint in use is recorded in AGENTS.md under Network Defaults.

Anything you deploy to Protonet is real. Confirm the target network before any transaction, and prefer a local network for development — see the local-network skill.

Terminology

Convex has its own vocabulary and it is not interchangeable with blockchain terminology. Never substitute "gas", "fees", "blockchain", "chain", "miner", "validator", "block", "wei", "satoshi" or "mainnet".

Use: CVM coin, Copper, Juice, Peer, Actor, Lattice, CPoS, Belief, Etch, CAD, CNS, Protonet. The canonical glossary is at https://docs.convex.world/docs/tutorial/glossary — check it rather than guessing at a translation.

Related Projects

The ecosystem page at https://docs.convex.world lists community projects, wallets, demos and integrations. Treat that list as the current source; entries here would go stale.

convex-dev tarafından daha fazla skill

token
convex-dev
Convex üzerinde değiştirilebilir token'lar oluşturun ve yönetin. Kullanıcı yeni bir token oluşturmak, token bakiyelerini kontrol etmek veya token arzını yönetmek istediğinde kullanın.
official
build-convex
convex-dev
Convex projesini kaynak koddan derleyin. Bir katılımcının Convex'i derlemek, test etmek veya paketlemek istediğinde kullanın.
official
cad-reference
convex-dev
Convex Mimari Belgeleri'nin (CAD'ler) dizini, Convex için normatif spesifikasyonlar. Protokolü değiştirmeden önce hangi CAD'in bir alt sistemi yönettiğini bulmak için kullanın,…
official
cad3-encoding
convex-dev
CAD3 kodlama formatı — hücreler, gömülü ve dal referansları, değer kimlikleri, geçerlilik kuralları. Kodlayıcılar, kod çözücüler, serileştirme, karma veya… üzerinde çalışırken kullanın.
official
cns
convex-dev
Convex Name System (CNS) adlarını çözümleyin veya kaydedin. Kullanıcı bir CNS adını aramak, yeni bir ad kaydetmek veya bir adın hedefini güncellemek istediğinde kullanın.
official
convex-db
convex-dev
Convex DB — kafes destekli bir SQL veritabanını kullanın. Kullanıcıların sorgu yazmasına, JDBC veya PostgreSQL istemcileriyle bağlanmasına, tablo oluşturmasına, veri eklemesine/sorgulamasına yardımcı olurken kullanın,…
official
convex-lisp
convex-dev
Convex Lisp dil referansı — CVM kuralları, kütüphane kodu çağırma, aktör tanımları, juice ve hata kodları. CVM kaynağı yazarken veya hata ayıklarken kullanın…
official
deploy
convex-dev
Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.
official