Docs: SSZ usage docs for TypeScript devs #5045
Labels
good first issue
Issues that are suitable for first-time contributors.
help wanted
The author indicates that additional help is wanted.
prio-medium
Resolve this some time soon (tm).
scope-documentation
All issues related to the Lodestar documentation.
The goal of these docs are to enable more TypeScript devs to easily learn and experiment with the SSZ library. More tutorials, more detailed docs about usage for the greater community is desired and open for contributions.
Currently, there are some docs located here https://github.com/ChainSafe/lodestar/tree/unstable/packages/types describing the organization of the SSZ library. It should describe basic primary operations such as
serialize
,deserialize
andhashTreeRoot
.Include example usage such as:
Creating and consuming proofs can use additional and clearer examples of usage.
Some of the readme is already located here: https://github.com/ChainSafe/ssz/tree/master/packages/ssz
Additional usage to add:
The text was updated successfully, but these errors were encountered: