Engineering Sandbox lab ยท signatures and trust
This lab is easiest to read as a four-step workflow. First create an identity, then attach a signature to data, then mutate that data, and finally check whether the verification state still deserves to pass.
Press Random to create a fresh keypair, then jump to the Signatures tab and sign a short message. The clearest moment in the demo is what happens after you change the signed message by a single character.
Manipulation checklist
Flow hint
The tabs already separate the family into keys, signatures, transactions, and blockchain. The shell stays compact on purpose so the runtime can remain the teacher once you know which action to try next.
Continue the flow
This page only establishes the identity layer. The real pay-off happens when you carry the same keypair into message signing, transaction construction, and the blockchain view that consumes signed data.
What to do next