Skip to content
Discussion options

You must be logged in to vote

How is Veramem different from blockchain and CRDT systems?

Veramem does not aim to replace blockchains or CRDT systems.
They address different layers and problems in distributed systems.


Compared to blockchain

Key differences:

  • Local-first and distributed memory
    Veramem is designed to operate without requiring a global shared state.

  • Deterministic state evolution
    State transitions are reproducible and auditable without relying on network-wide consensus.

  • Privacy-first design
    Veramem avoids exposing raw data and focuses on commitments, proofs, and selective disclosure.

  • No global consensus required
    Trust is anchored locally or within domains, rather than enforced globally.

  • Domain-sp…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Julien-Lefauconnier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant