(no title)
nobulexdev | 1 day ago
https://github.com/nobulexdev/nobulex/blob/main/demo/two-par...
Run it: npx tsx demo/two-party-verify.ts
Three steps: operator creates a covenant, claims compliance and then a regulator verifies the cryptographic proof without trusting the operator. That is the core of what Nobulex does. Everything else is tooling around this pattern. Appreciate the pushback, as it helped clarify what actually matters.
mlyle|1 day ago
This is obvs 5 minutes of LLM generated code
> a regulator verifies the cryptographic proof without trusting the operator.
No, the regulator verifies that the operator signed the proof, which isn't a lot different from the operator saying it alone.