algorand / algorand/go-algorand
Provide private network accounts and keys during creation.
Open
Team Lamprey
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 18
Description
To fetch keys from a private network requires making several calls to KMD. This is a chore for most testing that we can make easier.
Two options:
1) A new `--saveKeys ` option to create some machine readable file with the credentials.
2) A new `--printKeys` option that prints the information to stdout.
Some prior work has been done to extract the private keys from a private network:
https://github.com/winder/go-algorand/commit/3bff4a2bd2171cff321a48630c465ee84dfdfba5
Contributor guide
Assessment
This issue has not been assessed yet.