https://github.com/chainsafe/hobbits-ts
A TypeScript implementation of the Hobbits Ethereum Wire Protocol
https://github.com/chainsafe/hobbits-ts
Last synced: 3 months ago
JSON representation
A TypeScript implementation of the Hobbits Ethereum Wire Protocol
- Host: GitHub
- URL: https://github.com/chainsafe/hobbits-ts
- Owner: ChainSafe
- License: apache-2.0
- Created: 2019-03-19T00:42:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:29:54.000Z (about 3 years ago)
- Last Synced: 2025-10-02T02:53:28.375Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 773 KB
- Stars: 7
- Watchers: 12
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hobbits-ts
A TypeScript implementation of the Hobbits Ethereum Wire Protocol.
## Overview
The goal of hobbits is to define a lightweight wire protocol for ETH2.0 in order to facilitate rapid prototyping and cross-client communication. Read the [specification](https://github.com/deltap2p/hobbits/blob/master/specs/spec.md) for more information.
## Install Instructions
## Run Tests
## Contributing