-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Instead of using catapult tools via docker run, bootstrap should generate the voting key natively in typescript.
This will:
- Speed up the config
- Remove docker from the requirement
This is pretty much a must-have if we want to bootstrap offline without requiring the node admin to also install catapult tools in the offline machine.
@gimer , could you guide me? Where can I find source code and docs to implement the catapult.tools.votingkey in typescript? Is it too complicated?