Skip to content

v0.2.0

Choose a tag to compare

@nemo83 nemo83 released this 10 Apr 21:18
· 7 commits to main since this release

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:transfer

See docs/substandards/freeze-and-seize.md for the full lifecycle.