Factom Command Line Interface

factom-cli provides a convenient CLI interface for making and viewing entries
and transactions on the Factom blockchain by calling out to both
factomd and
factom-walletd.
Dependencies
Build Dependencies
External Dependencies
- Access to a
factomd API endpoint
- Access to a
factom-walletd API endpoint
Optional Dependencies
Package distribution
factom-cli is installed with the Factom package found
here. This also installs
factomd and factom-walletd.
Build and install
go get -u github.com/FactomProject/factom-cli
go install github.com/FactomProject/factom-cli