https://github.com/factomproject/factom-cli
CLI to interact with factomd and factom-walletd
https://github.com/factomproject/factom-cli
blockchain factom
Last synced: 12 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:58:53.000Z (about 3 years ago)
- Last Synced: 2025-03-22T06:26:18.089Z (about 1 year ago)
- Topics: blockchain, factom
- Language: Go
- Homepage:
- Size: 480 KB
- Stars: 15
- Watchers: 32
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factom Command Line Interface
[](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
```