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

https://github.com/timjp87/elixir_ssz

Simple Serialize implementation in Elixir
https://github.com/timjp87/elixir_ssz

elixir elixir-lang ethereum serialization

Last synced: about 1 month ago
JSON representation

Simple Serialize implementation in Elixir

Awesome Lists containing this project

README

          

# Ssz

[![CircleCI](https://circleci.com/gh/timjp87/elixir-ssz.svg?style=svg)](https://circleci.com/gh/timjp87/elixir-ssz)

WIP Implementation of the Simple Serialize specification for Ethereum 2.0.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ssz` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ssz, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ssz](https://hexdocs.pm/ssz).