This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
networkid=1409; | |
environment=sandbox; | |
assetPath="https://s3.amazonaws.com/assets.simpletoken.com/utility_chain/$environment"; | |
GETH_EXEC=$(which geth); | |
if [[ -z $GETH_EXEC ]]; then | |
echo "geth is not installed! You need to install geth to proceed further." |