Created
December 31, 2017 12:21
-
-
Save oryband/e7bc952bb7222a6f8a7201eb7c7b6510 to your computer and use it in GitHub Desktop.
Kin Mobile SDK on Ethereum - truffle.sh
This file contains 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
#!/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