Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Create and send a transaction using 1 CLI command #8107

Closed
Tracked by #7210
bobanm opened this issue Jan 31, 2023 · 0 comments · Fixed by #8111
Closed
Tracked by #7210

Create and send a transaction using 1 CLI command #8107

bobanm opened this issue Jan 31, 2023 · 0 comments · Fixed by #8111
Assignees
Milestone

Comments

@bobanm
Copy link
Contributor

bobanm commented Jan 31, 2023

Description

It would be a big improvement to user experience if there was also a way to create and send a transaction in only 1 step. For example, by adding --send flag to transaction:create command.

Motivation

The process of creating and sending a transaction using CLI is currently quite cumbersome. A user needs to:

  1. Use transaction:create to create a transaction
  2. Copy the encoded transaction
  3. Paste the encoded transaction as an argument of transaction:send command

Having this many steps makes the process more tedious, clunky and error-prone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants