Skip to main content
Version: current

Broadcast a Transaction

To broadcast a simple transaction run the following command:

brambl-cli tx broadcast -i $TX_PROVED_FILE -h $HOST --port $PORT

This will broadcast the transaction in the file $TX_PROVED_FILE to the network.

Before broadcasting, this command will validate the transaction and the proof. If the validation fails, the command will fail and the transaction will not be broadcasted.