v0.2.0
What's New
- Evolution SDK 0.5.1 — upgraded from 0.4.0
- Examples — 13 runnable scripts covering the full Freeze-and-Seize lifecycle (
examples/) - Documentation — getting started guide, API reference, substandard docs (
docs/) - Audit fixes — corrected JSDoc examples, import paths, dead links
Examples
cd examples
cp .env.example .env # add Blockfrost key + seed phrase
npm install
npm run fes:setup
npm run fes:init-compliance
npm run fes:register
npm run fes:transferSee docs/substandards/freeze-and-seize.md for the full lifecycle.