Markdown-driven release notes frontend for Phantasma Network updates.
npm install
npm run devCreate one Markdown file under content/changelog/:
---
title: Deterministic NFT minting and contract lifecycle support
publishedAt: 2026-03-27T12:00:00Z
tags:
- devnet
summary: Deterministic NFT ids, contract lifecycle restoration, and public RPC hardening.
---
- Added deterministic Phantasma-compatible NFT minting...Recommended file naming:
YYYY-MM-DD-short-slug.md
Sorting rules:
- The app sorts by
publishedAtdescending. - The filename is only a stable slug and a human-friendly Git artifact.
Pagination:
- The homepage shows the newest entries first.
- Additional pages are available under
/page/<number>.