The Vision
Subxt supports runtime things like user submitted parameters to be submitted as transactions and such now. Let's validate and try this out by adding support to the subxt CLI tool to explore a node, and possibly even submit transactions (though I'd treat that as a stretch goal right now).
The Plan
- Add new commands to the subxt binary eg
tx,storage,constants. - Eg the
txcommant takes parameters likesubxt tx balances transfer 'Id (12345Db)' 10_000. - At each step towards building up such a command, the tool should provide information about what the next value can be, and tell you about the thing you've typed so far (eg
subxt tx balanceswould list the methods available on the balances pallet and perhaps provide docs for it, andsubxt tx balances transferwould tell you about the transfer method and the params it needs).
Open Questions
- We'll have to experiment to see the exact shape that this will take.
Clapfor instance may make it hard to do it exactly as envisaged above.
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.