Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.63 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.63 KB

Hobbits, or There and Back Again

A Lightweight, Multiclient Wire Protocol For ETH2.0 Communications

Hobbits is a modular wire protocol which allows implementers to experiment with various application logic over a practical network in an agnostic and expedient manner.

Specifications

The protocol specification can be found here.

Implementations

Demo Implementations

Demo implementations may be out of date

Full Implementations

Missing languages

  • brainfuck
  • x86 asm
  • ada
  • css3

Setup

sh setup.sh

Running Tests

python test/run.py

Note: This chicken shit python test runner is written in python 2.

Basic benchmark results against Protobuf.

Contributing

Please create issues to document your critiques, suggestions, improvements, etc. We will use it as a discussion funnel to refine this specification and move forward towards a stable 1.0

STEAL THIS CODE