fraction / ssb-validation-dataset

3 stars 0 forks source link

SSB Validation Dataset

A small dataset of messages that help you build a validator for Secure Scuttlebutt messages. Having a validation dataset lowers the barrier to entry for writing software that validates SSB messages, and helps us identify and resolve edge-cases where validators differ.

All messages follow the 'ed25519' scheme, sometimes called the 'legacy' or 'classic' encoding of Secure Scuttlebutt.

API

This module has a file called data.json which contains a pretty-printed JSON array where each array item is an object. Each object has a few entries:

Contributing

If you find a tricky message that might be handled inconsistently by different validators, please add it to the list.

License

AGPL-3.0