Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.3 KB

tfcmd

gopherbadger-tag-do-not-edit

Threefold CLI to manage deployments on Threefold Grid.

Usage

First download tfcmd binaries.

Login using your mnemonics and specify which grid network (mainnet/testnet) to deploy on by running:

tfcmd login

Check Wallet Connector for more details if you do not have mnemonics yet.

For examples and description of tfcmd commands check out:

Download

  • Download the binaries from releases
  • Extract the downloaded files
  • Move the binary to any of $PATH directories, for example:
mv tfcmd /usr/local/bin

Configuration

tf-grid saves user configuration in .tfgridconfig under default configuration directory for your system see: UserConfigDir()

Build

Clone the repo and run the following command inside the repo directory:

make build