Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vasa-develop/serialize-solidity
- Owner: vasa-develop
- Created: 2018-06-02T19:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T08:33:41.000Z (over 6 years ago)
- Last Synced: 2024-12-26T11:10:23.118Z (about 1 month ago)
- Topics: assembly, deserialization, ethereum-blockchain, ethereum-contract, ethereum-dapp, ethreum, serialization-format, serialization-library, serializer, smart-contracts, solidity, solidity-contracts, string-serialization
- Language: JavaScript
- Size: 12.7 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.