Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasa-develop/serialize-solidity


https://github.com/vasa-develop/serialize-solidity

assembly deserialization ethereum-blockchain ethereum-contract ethereum-dapp ethreum serialization-format serialization-library serializer smart-contracts solidity solidity-contracts string-serialization

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Credits
Thanks to [pouladzade](https://github.com/pouladzade) to make [Seriality](https://github.com/pouladzade/Seriality) public.

# How to Use
```contracts``` folder contains solidity files to serialize a string array.
```js``` folder contains script to deserialize the byte output back to string array.
You can follow [this](https://medium.com/@vaibhavsaini_67863/serializing-string-arrays-in-solidity-db4b6037e520) short medium article to get started.