Skip to content

Instantly share code, notes, and snippets.

@raineorshine
Created July 9, 2018 19:20
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 raineorshine/432cd3547b98ead097697872291a596e to your computer and use it in GitHub Desktop.
Save raineorshine/432cd3547b98ead097697872291a596e to your computer and use it in GitHub Desktop.
npm rebuild leveldown scrypt;
echo "Starting Testrpc..."
./node_modules/ethereumjs-testrpc/bin/testrpc --port 8545 --account "0xb21e287e6dcb34cf16abb6ce71f7209906c13f763c6415c6b2320eea7688212f, 10000000000000000000000000" --account "0x3ba8150286625233d3154d795527e3cbbc07a135d14392e9485f08d2d555fb3d, 10000000000000000000000000" &
testrpc_pid=$!
sleep 5;
karma start config.karma.js
echo "Shutting down TestRpc..."
kill -9 $testrpc_pid
./node_modules/.bin/electron-rebuild;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment