Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factomproject/factom-cli
CLI to interact with factomd and factom-walletd
https://github.com/factomproject/factom-cli
blockchain factom
Last synced: 15 days ago
JSON representation
CLI to interact with factomd and factom-walletd
- Host: GitHub
- URL: https://github.com/factomproject/factom-cli
- Owner: FactomProject
- License: other
- Created: 2014-12-30T05:31:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:58:53.000Z (over 1 year ago)
- Last Synced: 2024-06-21T02:17:56.420Z (5 months ago)
- Topics: blockchain, factom
- Language: Go
- Homepage:
- Size: 480 KB
- Stars: 15
- Watchers: 33
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factom Command Line Interface
[![CircleCI](https://circleci.com/gh/FactomProject/factom-cli/tree/develop.svg?style=shield)](https://circleci.com/gh/FactomProject/factom-cli/tree/develop)
`factom-cli` provides a convenient CLI interface for making and viewing entries
and transactions on the Factom blockchain by calling out to both
[`factomd`](https://github.com/FactomProject/factomd) and
[`factom-walletd`](https://github.com/FactomProject/factomd).## Dependencies
### Build Dependencies
- Go 1.13 or higher### External Dependencies
- Access to a `factomd` API endpoint
- Access to a `factom-walletd` API endpoint### Optional Dependencies
- [CLI completion](https://github.com/AdamSLevy/complete-factom-cli) for Bash,
Zsh or Fish## Package distribution
Binaries for your platform can be downloaded from the [GitHub release page](https://github.com/FactomProject/factom-cli/releases).
## Build and install
```
make install
```To cross compile to all supported platforms:
```
make all
```