About this project
This repository serves as the NFT data and reference store for every collection tracked by the platform. Each collection has its own folder that acts as both the registry entry and the data home. Since the aDAO migration on 2026-09-13, all aDAO-related data lives here, including snapshots, flows, transfers, provenance, claims, two FCD archives, and the ledger. The `tla-core` repository contains only TLA data and has no `nfts/` directory.
Tracked collections include:
- `adao/` — Alliance DAO with 10,000 treasury-backed NFTs, containing a ledger, snapshots, flows, transfers, provenance, claims, and FCD archives.
- `pixel-lions/` — pixeLions with 5,000 NFTs governed by its own DAODAO DAO, including ledger, by-token shards, snapshots, and claims.
- `tla-locks/` — TLA lock NFTs representing vAMP escrow with open-ended supply.
Each collection folder follows a structured layout with ledger data organized by token, collection configuration, metadata, rarity and lore references, FCD archive harvests, raw walk parts, monthly on-chain event ledgers, and heartbeat files for Render cron jobs. Shared root-level files include venue information and runtime-fetched shared resources.
The repository documents a runbook for adding new collections, covering folder creation, one-time history harvesting via GitHub Actions, and live capture through Render services. It also defines operational rules: Actions handle one-time tasks while Render handles scheduled jobs, forward capture uses only public endpoints, and each collection's folder is isolated from other collections' jobs. A single classifier script is kept byte-identical between this repository and the platform-crons repository.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.