paritytech / paritytech/polkadot-cli
resolve named saved accounts in queries and extriniscs
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 2
- Avg merge
- 12h 35m
- Merged PRs (30d)
- 4
Description
i wan tto be able todo something like this:
dot query System.Account my-demo-account
It should be a account i've added before.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the CLI entry points for query and extrinsic handling, then trace how account arguments are resolved. Check how saved accounts are stored and referenced, and define done as accepting a previously saved account name such as my-demo-account in both query and extrinsic commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100