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
- Host: GitHub
- URL: https://github.com/timjp87/elixir_ssz
- Owner: timjp87
- License: mit
- Created: 2019-06-02T07:32:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T11:23:36.000Z (about 6 years ago)
- Last Synced: 2025-07-23T20:56:50.652Z (11 months ago)
- Topics: elixir, elixir-lang, ethereum, serialization
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ssz
[](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).