mirror of https://codeberg.org/pzp/pzp-wiki.git
List a few more differences
This commit is contained in:
parent
33b4e46f36
commit
5814d903a5
|
@ -25,11 +25,14 @@ What it doesn't specify:
|
|||
- Multi device/app support from the start. Every device/app has its own keypair. They're connected together into one identity using an Account tangle. The Account tangle's root message ID is the account's identifier.
|
||||
- One account or even keypair can post messages concurrently (forking) without problem. Because there aren't linear feeds, everything is in tangles.
|
||||
- Deletion is possible. The data contents of a message is separate from the message metadata, and only the metadata + hash of the data is signed.
|
||||
- When messages are getting signed they get serialized according to [RFC 8785](https://tools.ietf.org/html/rfc8785).
|
||||
- Easy to use invites
|
||||
|
||||
### How PZP is different from Nostr
|
||||
|
||||
- keys are not shared across devices
|
||||
- sig-chains - you know if you're missing content in PZP
|
||||
- trust based - invite only
|
||||
|
||||
## Tangles
|
||||
|
||||
|
|
Loading…
Reference in New Issue