An editor for files containing data serialized using the Borsh algorithm, for use with Solana ecosystem tools and the Solana Program Library. This allows you to store an in-memory object to disk and inspect or edit it manually.

About

Solana uses a data serialization system/algorithm called Borsh (Binary Object Representation Serializer for Hashing) which can be used to essentially write an in-program object to a secure binary format.

This is a command line program that enables editing of files containing data serialized using the Borsh algorithm.

Warning

This project was not completed in the time available, as so isnt yet functional. We will attempt to complete the project in the coming days, apart from the hackathon.

Built With

Share this project:

Updates