Pier-Two / SszSharp

C# SimpleSerialize implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SszSharp

A C# implemention of SimpleSerialize. Very much a WIP.

  • Serialization and deserialization is supported. Specify custom container types using the SszElement attribute.
  • Merkleization is supported. Merkle proofs can be created and verified using the Merkleizer class.
  • Union types are untested.

This library comes with no warranties, implicit or explicit. Licensed under MIT.

About

C# SimpleSerialize implementation

License:MIT License


Languages

Language:C# 100.0%