Skip to content

Releases: juanfiguera/sello

Sello v0.1.10

09 Jun 19:12

Choose a tag to compare

This release makes the local Sello developer loop sturdier and easier to try.

Highlights

  • npx sello init-demo scaffolds a tiny receipt emitter.
  • npx sello init-http-demo scaffolds a dependency-free HTTP route.
  • npx sello call-http-demo sends the demo HTTP request without manual token/curl setup.
  • sello dev persists encrypted local receipt entries in .sello/dev-log.jsonl, so receipts survive restarts.
  • README and SDK quickstart now explain the first receipt flow and common troubleshooting.

Try It

npx --yes sello dev
npx --yes sello emit-demo
npx --yes sello actions

Or scaffold an HTTP route:

npx --yes sello init-http-demo
npx --yes sello call-http-demo
npx --yes sello actions

Note

The local dev log stores encrypted receipt entries only. Production Rekor proof verification and production identity operations remain future work.