umee-network / umee

A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.
Apache License 2.0
224 stars 170 forks source link

Translate scripts/single-node.sh to Node JS #1424

Open robert-zaremba opened 2 years ago

robert-zaremba commented 2 years ago

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:


For Admin Use

robert-zaremba commented 2 years ago

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).