Created
November 21, 2019 09:13
-
-
Save JoranHonig/bd99f08529d372ebdc851486166e7b11 to your computer and use it in GitHub Desktop.
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
# ~/.tmuxinator/sample.yml | |
# This is an example tmuxinator configuration that makes it easy to run a bunch of ganache instances in parallel | |
# The benefit of using tmux here is that we are easily able to view the output stream of the different instances | |
name: 2 ganache windows | |
root: ~/ | |
windows: | |
- editor: | |
layout: tiled | |
panes: | |
- ganache-cli -e 10000000 -p 8545 | |
- ganache-cli -e 10000000 -p 8546 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment