-
Notifications
You must be signed in to change notification settings - Fork 37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some incidental questions for my own enrichment, but this looks like a great start ⛵
5dcbd76
to
1d896e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built out the CLI commands a bit with a RunnerConfig
(resolved values from the CLI in ready-to-go Multiaddr
and Ed25519KeyMaterial
form) and Runner
.
1d896e6
to
cf7a8cb
Compare
bootstrap nodes for the name system.
cf7a8cb
to
8bc1e17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest version cleans up the wasm32 conditionals, removes the keygen fallback (instead for now, is its own command, could defer to other mechanisms, orb, rsync, no preference), addressed comments -- adding bootstrap peers in a follow up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start for this stand-alone binary!
dev: First pass on a
bootstrap
CLI in noosphere-ns to spin up DHT bootstrap nodes for the name system.