Educational project for learning golang and blockchain technology
go run cmd/blockchain/main.go -address localhost:8080 -http localhost:8090 -storage chain_storage
go run cmd/blockchain/main.go -address localhost:8081 -peers localhost:8080 -http localhost:8091 -storage chain_storage_2
go run cmd/blockchain/main.goo -address localhost:8082 -peers localhost:8080,localhost:8081 -http localhost:8092 -storage chain_storage_3
go run cmd/private_key_generator/main.go