Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Berkays/libra-util
Libra utils to simplify CLI output parsing
https://github.com/Berkays/libra-util
blockchain docker libra
Last synced: 3 months ago
JSON representation
Libra utils to simplify CLI output parsing
- Host: GitHub
- URL: https://github.com/Berkays/libra-util
- Owner: Berkays
- Created: 2019-07-07T02:49:44.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-08T10:21:05.000Z (over 5 years ago)
- Last Synced: 2024-06-26T11:36:17.040Z (5 months ago)
- Topics: blockchain, docker, libra
- Language: Rust
- Size: 1.92 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-libra - libra-utils - Interface to Libra CLI commands to simplify parsing. (Others)
README
# Libra Util
Libra Utils is an interface to the Libra CLI commands to simplify certain parsing actions. This tool currently supports generating new accounts only and it is intended for testing purposes.
## Build
* Minimal image contains only the needed packages for the interface. Libra CLI is not included.
* Full image fetches the Official Libra repository and adds interface package. Libra CLI is included.1. Fork this repository: `git clone https://github.com/Berkays/libra-util.git`
2. Run docker build in root directory (This might take few minutes):
* Minimal image: `docker build -t libra-util -f docker\minimal\dockerfile .`
* Full image: `docker build -t libra-util -f docker\full\dockerfile .`
3. Execute interface:
* Create new account:
`$ docker run --rm libra-util:latest ./target/debug/interface create`
Sample Output:$ 9620fb0dbfcdb22ec554b9405246973b106eab6d3c6946c35fd270246a4345c9:kite release view hurt release autumn north essay rocket swap enroll crash mechanic mystery guitar excuse crumble giggle toilet oval slab toe negative canoe
## ContributeFeel free to contribute or ask about anything.