Skip to content

Instantly share code, notes, and snippets.

@JoranHonig
Created November 21, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoranHonig/bd99f08529d372ebdc851486166e7b11 to your computer and use it in GitHub Desktop.
Save JoranHonig/bd99f08529d372ebdc851486166e7b11 to your computer and use it in GitHub Desktop.
# ~/.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