Skip to content

Instantly share code, notes, and snippets.

@sonicskye
sonicskye / istanbul-start.sh
Created January 12, 2020 23:19
Istanbul config - zether
#!/bin/bash
set -u
set -e
function usage() {
echo ""
echo "Usage:"
echo " $0 [tessera | tessera-remote | constellation] [--tesseraOptions \"options for Tessera start script\"]"
echo ""
echo "Where:"