Skip to content

FactomProject/factom-cli

Repository files navigation

Factom Command Line Interface

CircleCI

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

  • Go 1.13 or higher

External Dependencies

  • Access to a factomd API endpoint
  • Access to a factom-walletd API endpoint

Optional Dependencies

Package distribution

Binaries for your platform can be downloaded from the GitHub release page.

Build and install

make install

To cross compile to all supported platforms:

make all