https://github.com/emschwartz/ilp-packet-parser-cli
Simple tool for parsing base64-encoded ILP packets
https://github.com/emschwartz/ilp-packet-parser-cli
Last synced: 3 months ago
JSON representation
Simple tool for parsing base64-encoded ILP packets
- Host: GitHub
- URL: https://github.com/emschwartz/ilp-packet-parser-cli
- Owner: emschwartz
- Created: 2017-12-19T02:29:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T02:29:40.000Z (about 8 years ago)
- Last Synced: 2025-09-29T12:51:47.414Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ILP Packet Parser CLI
## Installation
1. Clone repo
2. `cd` into directory
3. Run `npm install`
## Usage
From the repo directory:
```shell
node parse.js
```