okr-go-club / blockchain

MIT License
1 stars 0 forks source link

Build and test golangci-lint

blockchain

Educational project for learning golang and blockchain technology

Run

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

Generate private key for testing

go run cmd/private_key_generator/main.go