Design documents for the Open Science Archive protocol.
oeps/ # OEP documents (markdown)
web/ # Website (Astro)
Use the helper script to create a new OEP:
./create-oep.sh <number> "<title>"
# Example
./create-oep.sh 5 "Decentralized Storage Protocol"This creates oeps/OEP-0005.md with the standard template, your git author info, and today's date.
Alternatively, copy template.md manually and fill in the frontmatter:
---
oep: XXXX
title: Your Proposal Title
type: technical | process | informational
status: ideation | discussion | accepted | living | abandoned
authors: Your Name <email@example.com>
created: YYYY-MM-DD
labels:
---just install # Install dependencies
just dev # Start dev server at localhost:4321
just build # Build for production