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
| set hostnames to {"web01", "sys01", "mem01", "redis01"} | |
| if application "iTerm" is running then | |
| tell application "iTerm" | |
| create window with default profile | |
| tell current tab of current window | |
| select | |
| tell current session | |
| -- make the window fullscreen |
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
| var ZeroEx = require('0x.js').ZeroEx; | |
| var ZeroExConfig = require('0x.js').ZeroExConfig; | |
| var BigNumber = require('bignumber.js').BigNumber; | |
| var WalletProvider = require("truffle-wallet-provider"); | |
| var pkey_str = require('fs').readFileSync('key').toString(); | |
| var prkey_buff = new Buffer(pkey_str, 'hex') | |
| var wallet = require('ethereumjs-wallet').fromPrivateKey(prkey_buff) | |
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
| 0xf5B4E4Af38181F05d7aa28537c95385c516c31FD |