shaninalex / random-go-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set of random scripts.

Execute:

# install dependencies
go mod tidy

# Usage:
# check hashing block transaction
make hashing

# distribute "transactions" between nodes to parse
make dmin=5 dmax=15 distr

# connect to grpc node
make connect

About


Languages

Language:Go 96.9%Language:Makefile 3.1%