Open robert-zaremba opened 2 years ago
The existing bash scripts are hard to read, not easy to manage, and bloated.
Translate contrib/scripts/single-node.sh to a JS (Node) script:
contrib/scripts/single-node.sh
sed
jq
perl
Goal is to break down the blockchain start process into few JS functions, and use them in other places as well (by importing JS file as a module).
Summary
Problem Definition
The existing bash scripts are hard to read, not easy to manage, and bloated.
Proposal
Translate
contrib/scripts/single-node.sh
to a JS (Node) script:sed
,jq
orperl
For Admin Use