Open Source
DevOps tooling for
decentralized systems
Five open-source tools for blockchain validators, node operators, and DAOs. Deploy, monitor, analyze, secure, and govern — from a single toolkit.
pip install chainetlpip install chainopspip install chainwatchpip install securitykitpip install daoformThe Stack
ChainETL
→Blockchain data pipelines
Index any EVM chain into Postgres or JSON Lines. Blocks, transactions, logs, and ERC-20/721 token transfers — with resumable syncs and reorg detection.
$ chainetl sync --chain ethereum --start-block 18000000 --count 10ChainOps
→Infrastructure-as-Code for validators
Go from zero to running validator in one command. Terraform templates with chain-specific defaults, cost estimation, and security hardening baked in.
$ chainops init ethereum --network mainnetChainWatch
→Observability for decentralized systems
Prometheus-native metrics for your nodes. Sync status, peer health, gas prices — all labeled by chain. Grafana dashboard with 7 panels included.
$ chainwatch exporter --chain ethereum --port 9100SecurityKit
→Automated security for node operators
8 RPC-based security checks — no SSH, no agents. Catches unlocked accounts, exposed admin APIs, and sync issues. CI-ready with JSON output and exit codes.
$ securitykit scan --rpc-url https://eth.llamarpc.comDAOForm
→Governance-as-Code
Your DAO's constitution in a YAML file. Proposals, weighted voting, quorum rules — version-controlled and auditable. Python SDK for building governance UIs.
$ daoform init --name MyDAOWhy Celara
Open Source
Apache 2.0. Every tool, every line. Fork it, extend it, self-host it. No vendor lock-in, ever.
Composable
Each tool works standalone. Use ChainETL without ChainOps. Adopt one, then add more as your stack grows.
Production-Grade
128+ tests across 5 products. Type-safe Python with mypy strict. CI on every push. Built to ship.