chainspace-go
chainspace-go copied to clipboard
Chainspace provides leaderless blockchain consensus and horizontal scalability. This is the Go implementation.
I'm trying to run this code locally on my machine. I followed instructions from [Docs](https://chainspace.io/docs/#installation). Though chainspace is installed as I'm able to run `chainspace genload` command successfully, but `make...
`can't load package: package chainspace.io/chainspace-go/examples/cs-coin/cmd/cs-coin: cannot find package "chainspace.io/chainspace-go/examples/cs-coin/cmd/cs-coin" in any of: /usr/local/go/src/chainspace.io/chainspace-go/examples/cs-coin/cmd/cs-coin (from $GOROOT) /go/src/chainspace.io/chainspace-go/examples/cs-coin/cmd/cs-coin (from $GOPATH) ` and i set $GOPATH=~/go and i passed `Sending build context to...
Hi, I read the https://chainspace.io/docs/?go#performance-testing and was trying to do the performance testing. I intended to run 6, 8 and 10 nodes so I changed the node_count in the genload_testnet...