Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.63 KB

File metadata and controls

47 lines (31 loc) · 1.63 KB

Sei Docs

Official documentation for Sei Network — the first parallelized EVM blockchain. Hosted at docs.sei.io.

This site is built on Mintlify.

Local development

Install the Mintlify CLI:

npm i -g mint

From the repo root (where docs.json lives):

mint dev

Open http://localhost:3000 to view.

Checking links

mint broken-links

Content layout

Path What lives there
learn/ Protocol fundamentals, architecture, governance, Sei Giga, resources
evm/ EVM smart contracts, precompiles, frontends, bridges, oracles, sei-js
cosmos-sdk/ Cosmos-SDK (deprecated per SIP-3 — kept for historical reference)
node/ Running validator, RPC, statesync, and archive nodes
assets/ Images, brand assets, OG banners
logo/ Site logo variants
docs.json Site configuration: navigation, theme, redirects, footer, SEO

Contributing

See CONTRIBUTING.md and AGENTS.md for style and content guidelines.

Publishing

Changes pushed to main are deployed to production automatically via the Mintlify GitHub app.