Skip to content

Instantly share code, notes, and snippets.

@asselstine
Created September 12, 2018 03: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 asselstine/8db73cb281a5758822ede69070619e08 to your computer and use it in GitHub Desktop.
Save asselstine/8db73cb281a5758822ede69070619e08 to your computer and use it in GitHub Desktop.
Ganache startup script
#! /bin/sh
mkdir -p .ganache
ganache-cli \
--db .ganache \
-l 4700038 \
-i 1234 \
-e 100000000000 \
-a 10 \
-u 0 \
-m "rose dynamic miracle summer near tell genius label video check stumble miss"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment