A community-contributed index of projects building on QRL 2.0.
This repository is the data layer for the QRL ecosystem, providing a structured, version-controlled, community-maintained index of projects built on QRL 2.0 smart contracts.
The published site at www.qrlecosystem.com provides several machine-readable entry points:
/llms.txt- Curated site context and links following the llms.txt proposal/index.html.mdand/<path>/index.html.md- Clean Markdown alternatives for public content pages/index.json- Structured project summary data/sitemap.xml- Canonical HTML page inventory/robots.txt- Crawl policy and sitemap location
After generating the project pages and building the site, validate these outputs from the repository root:
python3 scripts/validate_agent_outputs.py| Stage | Description |
|---|---|
development |
Projects that are still being built, tested, or prepared for release |
production |
Projects that are live and intended for public use |
archived |
Projects that are no longer active |
Note: Both development and production projects are placed in the projects/active/ directory. Network deployment is tracked separately in each project type-specific block.
See CONTRIBUTING.md for full details.
Quick steps:
- Fork this repository
- Copy
projects/template.yamltoprojects/active/ - Name the file using your project's
idfield (e.g.,my-project.yaml) - Fill out all required fields
- Open a Pull Request
Install the Go dependencies once, then generate the Hugo project pages, JSON index, local media assets, and 1200×630 social preview cards before starting the development server:
go mod download
go run scripts/generate.go
hugo server --source website --bind 127.0.0.1 --port 1313Open http://127.0.0.1:1313 to preview the site. Run go run scripts/generate.go again whenever project YAML, logos, or gallery images change; the generator rebuilds each project's Open Graph card and Hugo handles template, content, and style changes while the server is running.
To run a production-style build locally:
hugo --source website --gc --minify --cleanDestinationDir --forceSyncStaticqrl-ecosystem/
├── README.md
├── CONTRIBUTING.md
├── schema/
│ └── project.schema.json
├── projects/
│ ├── template.yaml
│ ├── active/
│ └── archived/
└── .github/
├── workflows/
└── PULL_REQUEST_TEMPLATE.md
Projects are tagged with one of:
defi- Decentralized financenft- NFT-related projectswallet- Wallets and key managementexplorer- Block explorersinfrastructure- Infrastructure servicestooling- Developer toolsdao- DAO governancegaming- Gaming applicationsidentity- Identity solutionsoracle- Oracle servicesbridge- Cross-chain bridgessocial- Social platformseducational- Educational resourcesnews- News and media