ipld-eth-server/scripts/setup

7 lines
223 B
Plaintext
Raw Normal View History

#!/bin/bash
echo "Deleting test blockchain"
rm -rf test_data_dir
echo "Creating test blockchain with a new account"
mkdir test_data_dir
2017-10-26 17:26:02 +00:00
geth --dev --datadir test_data_dir --password .private_blockchain_password account new