smartcontractkit / smartcontractkit/chainlink-starknet
Account generated private key into an encrypted file
Open
Nobody has claimed this yet.
gauntlet
- Dominant language
- Go
- Stars
- 60
- Forks
- 31
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 2
Description
Currently a new account private key is shown in the console. Save it instead in an encrypted file
https://github.com/smartcontractkit/chainlink-starknet/pull/2#discussion_r876224193
Contributor guide
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
No file or test is named. Review the linked pull-request discussion, then locate the account-generation entry point that currently prints the private key and determine the existing storage and encryption conventions. Done should mean the newly generated key is written to an encrypted file rather than shown in the console, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100