celestiaorg / celestiaorg/celestia-node
nodebuilder/node: `Init` should also generate and save node ID and JWT secret
Open
area:cli
area:node
good first issue
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
`Init` initialises the node directory, but is still missing some components:
* Node ID
* JWT secret
Users should be able to run `celestia init` and for all keys to be present such that they can
* know their own peerID
* generate jwt tokens
before the node is started.
cc @cmwaters
Contributor guide
Assessment
This issue has not been assessed yet.