stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

Feat/option parsing #67

Closed wileyj closed 2 years ago

wileyj commented 2 years ago

This changes how the manage.sh works - rather than positional args to start the blockchain, creates options to start things. i.e. manage.sh mainnet start -> manage.sh -n mainnet -a start

this makes it much easier to add more flags for things like a proxy, or a local bitcoin container.