At present, the Saga Security Chain fully supports installation on Linux distributions. For the purpose of this instruction set, we'll be using Ubuntu 20.04.3 LTS. It is also possible to install sscd on Unix, while Windows may require additional unsupported third party installations.
Before installing the Saga Security Chain binary, we will need to install some dependencies using this script below:
And if you use the command sscd, you should have this output and you are ready to go:
Start ssc node
Usage:
sscd [command]
Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
config Create or query an application CLI configuration file
debug Tool for helping with debugging your application
export Export state to JSON
gentx Generate a genesis tx carrying a self delegation
help Help about any command
init Initialize private validator, p2p, genesis, and application configuration files
keys Manage your application's keys
migrate Migrate genesis to a specified target version
query Querying subcommands
rollback rollback cosmos-sdk and tendermint state by one height
start Run the full node
status Query remote node for status
tendermint Tendermint subcommands
tx Transactions subcommands
validate-genesis validates the genesis file at the default location or at the location passed as an arg
version Print the application binary version information
Flags:
-h, --help help for sscd
--home string directory for config and data (default "/Users/leonardodigiorgio/.ssc")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
--trace print out full stack trace on errors
Use "sscd [command] --help" for more information about a command.
If instead you receive sscd command not found, you may need to verify that the PATH is correct (after GO installation).