cstybert / dcr-blockchain

Master Thesis
MIT License
0 stars 0 forks source link

Added startup-script #21

Closed cstybert closed 1 year ago

cstybert commented 1 year ago

New script for starting a client (frontend + backend). Usage: ./start-client.sh . E.g. for starting a client on frontend localhost:8080 and backend localhost:4300, run ./start-client.sh 8080 4300

This script does not start the DNS server or build the backend.