ipld-eth-server/scripts/setup

7 lines
217 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
geth --datadir test_data_dir --password .private_blockchain_password account new