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
- Host: GitHub
- URL: https://github.com/hexresearch/ergvein-protocol
- Owner: hexresearch
- Created: 2021-03-11T13:53:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T18:41:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T03:56:54.310Z (5 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```