Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factomproject/factom-cli1
This is a mirror repository of milestone 1 factom-cli for historical go get
https://github.com/factomproject/factom-cli1
Last synced: 15 days ago
JSON representation
This is a mirror repository of milestone 1 factom-cli for historical go get
- Host: GitHub
- URL: https://github.com/factomproject/factom-cli1
- Owner: FactomProject
- License: mit
- Created: 2016-11-02T06:50:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T20:46:41.000Z (almost 8 years ago)
- Last Synced: 2024-06-21T01:59:27.380Z (5 months ago)
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Factom Command Line Interface
===Synopsis
------
---
factom
-c [ChainID] # hex encoded chainid for the entry
-e [extid] # external id for the entry. -e may be used multiple times
-h # display help message
-s # path to the factomclient. default: localhost:8083
---
Description
-------
factom-cli takes data from the command arguments and stdin and constructs a json entry for the factomclient to decode and submit to factom.Examples
-------
---
Getting the Help screen:$ factom-cli -h
Submiting arbitrary data to factom:$ echo "Some data to save in factom" | factom-cli -c -e mydata -e somekey
Submitting a file:
$ factom-cli -s "factom.org/demo" -c -e filename