Skip to content

Instantly share code, notes, and snippets.

@JoranHonig
Created November 21, 2019 09:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
# ~/.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