ChainSafe / simpleserialize.com

https://simpleserialize.com
MIT License
7 stars 6 forks source link

WIP: Rewriting various simpleserialize functionality to accomodate to the new version of the @chainsafe/ssz lib #12

Closed 3xtr4t3rr3str14l closed 4 years ago

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

3xtr4t3rr3str14l commented 4 years ago

Looking good! can you JSON stringify with JSON.stringify(data, null, 2) to "pretty-print" it?

@wemeetagain done