Skip to content

Latest commit

 

History

History
98 lines (79 loc) · 2.34 KB

File metadata and controls

98 lines (79 loc) · 2.34 KB
layout doc
title Evolve Documentation
titleTemplate :title
<script setup> import constants from './.vitepress/constants/constants.js' </script>

Evolve Documentation

Evolve is the fastest way to launch your own modular network — without validator overhead or token lock-in. Built on Celestia, fully open-source, production-ready.

Get started

Explore

Section What you'll find
Learn Core concepts — DA, sequencing, execution, specs
How-To Guides Tutorials for building, deploying, and operating chains
EVM Integration Run an EVM chain with Reth
DA Layers Connect to Celestia or run a local DA
Deploy Local, testnet, and mainnet deployment
API Docs Full RPC reference
<style> .grid-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; } @media (max-width: 640px) { .grid-cards { grid-template-columns: 1fr; } } .card { display: flex; flex-direction: column; gap: 6px; padding: 20px 24px; border-radius: 16px; border: 1px solid #DAE4E7; background: rgba(255, 255, 255, 0.6); text-decoration: none !important; transition: border-color 0.2s ease; } .card:hover { border-color: #B8A6FF; } .card-title { font-weight: 500; font-size: 16px; color: #000000; letter-spacing: -0.02em; } .card-desc { font-size: 14px; color: #3C3C3C; line-height: 1.5; } </style>