Skip to content

Instantly share code, notes, and snippets.

View noslav's full-sized avatar
🎯
Focusing

Pranay Valson noslav

🎯
Focusing
  • covalenthq.com
  • Vancouver, BC, Canada
  • 23:44 (UTC -07:00)
  • X @n0slav
View GitHub Profile
#!/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."