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

https://github.com/hexresearch/ergvein-protocol

p2p protocol library for ergvein wallet
https://github.com/hexresearch/ergvein-protocol

Last synced: 4 months ago
JSON representation

p2p protocol library for ergvein wallet

Awesome Lists containing this project

README

        

Library that provides [p2p protocol](https://github.com/hexresearch/ergvein/wiki/Indexer-TCP-protocol) implementation for [ergvein](https://github.com/hexresearch/ergvein) mobile wallet.

Example with handshake:
```
cargo run --example handshake -- 127.0.0.1:8667
```