Hey everyone, just wanted to share a minimal implementation of a Chaumian mint boundary service. The code is out there for anyone to use. I’d love to hear your thoughts and ideas, and honestly, I could use some help moving this forward.
This service is designed to operate independently of consensus. It makes use of JSON contracts as described in the following:
- The HTTP handlers in server.py
- The finalized-state lightserver surface outlined in LIVE_PROTOCOL.md
Just to clarify, this is more of a basic framework than a full-on mint:
- It has file-backed state
- Uses deterministic RSA blind-signing
Looking forward to your feedback!