Add dapp key command to create wallets
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
**Issue by [nanexcool](https://github.com/nanexcool)**
_Thursday Mar 15, 2018 at 23:09 GMT_
_Originally opened as https://github.com/dapphub/dapp/pull/86_
----
`dapp key --help`
`dapp key --keystore path` (will prompt for password)
`dapp key --keystore path --password file`
default keystore `~/.ethereum/keystore`
can be used with `ETH_KEYSTORE` and `ETH_PASSWORD` for `seth` compatibility
----
_**[nanexcool](https://github.com/nanexcool)** included the following code: https://github.com/dapphub/dapp/pull/86/commits_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the dapp/pull/86 commits and the behavior described by `dapp key --help`. Verify the `--keystore` and `--password` options, the default `~/.ethereum/keystore` path, and compatibility with `ETH_KEYSTORE` and `ETH_PASSWORD`; done means the command creates wallets and prompts for a password when required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100