Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.38 KB

ethereumjs-devp2p + WebRTC

this project replaces the TCP HTTP Server in RLPx with a WebRTC implementation.

the WebRTC websocket signaling server used can be found in js-libp2p-webrtc-star

NPM Package

js-standard-style

An node.js implementation of

  • devp2p's Distrubuted Peer Table
  • RLPx transport protocol
  • Ethereum wire protocol

Based on ethereumjs/node-devp2p.

Example

  • bootstrap Run DPT node
  • inv Print all new Tx and Block hashes

for example: node -r babel-register ./examples/inv.js

Reference

License

MIT