Skip to content

Commit

Permalink
Merge branch 'main' into seed-nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny authored Oct 4, 2024
2 parents fe65687 + 4dda237 commit 6137f38
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ lto data get --key foo
### Script

```
echo $SCRIPT | lto script
cat my_script | lto script
```

## Common options
Expand All @@ -147,19 +147,17 @@ echo $SCRIPT | lto script

#### `--network`

Use `--network T` to use testnet instead of mainnet. You need to setup accounts specifically for testnet.
Use `--network T` or `-T` to use testnet instead of mainnet. You need to set up accounts specifically for testnet.

#### `--account`

Select one of the accounts configured during setup. The account can be referenced by name or address. The name is only known locally.
If this option is omited, the default account is used.
If this option is omitted, the default account is used.

#### `--sponsor`

Choose an account to sponsor the transaction. The sponsor will co-sign the transaction and pay the transaction fee.

_This feature is not yet available as it requires the Cobalt update to be activated._

#### `--no-broadcast`

Create and sign the transaction, but don't broadcast it to the node. The JSON will be outputted.
Expand Down

0 comments on commit 6137f38

Please sign in to comment.