Blockchain
Depose 100 cryptocurrency to account stored in file “private.pem”.
Deposit from bank is currently fake since transactions are not verified.
Withdraw 20 cryptocurrency to Thomas, using account stored in file “private.pem”
~cli go run main.go -i "./private.pem" deposit HSBC 100
~cli go run main.go -i "./private.pem" withdraw Thomas 20
~miner go run main.go
~miner go run main.go -p 3001 -i "./private1.pem" -b "./blockchain1.bc" 3000
~miner go run main.go -p 3002 -i "./private1.pem" -b "./blockchain2.bc" 3001