SUM Innovation Inc. Mainnet Connecting to the SUM Chain public endpoint.

04.1Learning management

Tadris
The registrar never sees a blockchain.

Status
Education gate passed at height 8,900,000
Kind
Product layer, inside SUMail
Language
Rust

Summary

A learning management system that behaves like every other one. Educators build courses, enrol students, mark work, and issue transcripts. Underneath, identity runs on SUMail, material sits on SNIP, and the academic record settles on SUM Chain as a commitment that carries no personal data.

Role in the stack

A surface inside the SUMail product layer rather than a product of its own. It is the proof that the stack is usable: decentralized infrastructure behind a conventional registrar workflow.

Students are commitments

A learner appears on chain only as a scoped student_commitment. No name, no identifier, no address that resolves to a person.

The institution signs, not the student

Transaction sender is always the institution or its sponsor. A student never needs a balance to hold a transcript.

Nothing gradeable is public

Raw grades, submissions, and answer keys never reach chain state or the read RPC. Only the commitment does.

Architecture

  1. Course SRC-817 catalog entry
  2. Enrol Scoped student commitment
  3. Coursework SNIP, encrypted
  4. Grade Off chain, commitment on chain
  5. Transcript SRC-810, issuer signed
A transcript issued through the ordinary registrar workflow.

Specification

Values are taken from the protocol repository and from live chain parameters.

Tadris specification

Tadris specification
Catalog and offering SRC-817 and SRC-818
Credential subcodes SRC-810 degrees, SRC-811, SRC-812
Student identity Scoped commitment only, 32 bytes
Transaction sender Institution or sponsor, never the student
On-chain payload Commitment, public metadata, issuer signature
Excluded from chain Grades, submissions, answer keys, personal data
Material storage SNIP
Identity and mail SUMail
Activation height 8,900,000
Read RPC src817_*, src818_*, read-only