Skip to content

Instantly share code, notes, and snippets.

@oryband
Created December 31, 2017 12:21
Show Gist options
  • Save oryband/e7bc952bb7222a6f8a7201eb7c7b6510 to your computer and use it in GitHub Desktop.
Save oryband/e7bc952bb7222a6f8a7201eb7c7b6510 to your computer and use it in GitHub Desktop.
Kin Mobile SDK on Ethereum - truffle.sh
#!/usr/bin/env bash
cd truffle
truffle deploy --reset > truffle.log 2>&1
cat truffle.log | grep "Token contract deployed at" | tail -n 1 | awk '{print $5}' \
> token-contract-address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment