Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/advanced/cli-reference/unattended-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ safe-cli send-erc721 [OPTIONS] SAFE_ADDRESS NODE_URL TO TOKEN_ADDRESS TOKEN_ID

Execute a transaction or transaction batch from a `JSON` file. The format of the file is the same as the one used from the [Safe\{Wallet}](https://app.safe.global) website in the `Transaction Builder` application.

This [guide](https://help.safe.global/en/articles/234052-transaction-builder) explains how to use the tx-builder application.
This [guide](https://help.safe.global/articles/4180673514-transaction-builder?lang=en) explains how to use the tx-builder application.

```bash
safe-cli tx-builder [OPTIONS] SAFE_ADDRESS NODE_URL FILE_PATH
Expand Down
Loading