Skip to content

Commit

Permalink
Merge #497
Browse files Browse the repository at this point in the history
497: Update transaction creation in `README.md` r=dcoutts a=Jimbo4350

Relevant: #410 

Co-authored-by: Jordan Millar <[email protected]>
  • Loading branch information
iohk-bors[bot] and Jimbo4350 authored Jan 31, 2020
2 parents 18bfc5b + 79bb106 commit 7f18242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cardano-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,16 @@ options.

## Transactions

### Creation

Transactions can be created via the `issue-genesis-utxo-expenditure` & `issue-utxo-expenditure` commands.

The easiest way to create a transaction is via the `scripts/issue-genesis-utxo-expenditure.sh` script as follows:

`./scripts/issue-genesis-utxo-expenditure.sh transaction_file`

This will run `scripts/genesis.sh` if you do not have a genesis file and will create a tx file with the name `transaction_file`. The script `scripts/issue-genesis-utxo-expenditure.sh` has defaults for all the requirements of the `issue-genesis-utxo-expenditure` command.

### Submission

The `submit-tx` subcommand provides the option of submitting a pre-signed
Expand Down

0 comments on commit 7f18242

Please sign in to comment.