Inspiration

It is not a simple process to read and/or edit values out of a signed state as a human. Currently a developer is required to write custom code to do these operations. It would be much easier if there was a way to convert the state to JSON and then back again.

What it does

Converts the Swirlds signed state from a binary stream to a human readable JSON stream and back again.

How we built it

We converted the stream classes used to serialize and deserialize state into Java interfaces and then provided alternate JSON implementations of those interfaces.

Built With

Share this project:

Updates