ipld-eth-server/scripts/setup
Matt Krump 571bc7f63a Add integration test
* Update Travis to run integration tests
2017-10-24 15:36:50 -05:00

7 lines
217 B
Bash
Executable File

#!/bin/bash
echo "Deleting test blockchain"
rm -rf test_data_dir
echo "Creating test blockchain with a new account"
mkdir test_data_dir
geth --datadir test_data_dir --password .private_blockchain_password account new