token-wizard/scripts/start_ganache.sh

3 lines
86 B
Bash
Executable File

#!/usr/bin/bash
nohup node_modules/.bin/ganache-cli --gasLimit 0x989680 &>/dev/null &