correct local env setup and replace io.ioutil.* by os.* #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I've just new to Sisu network and try to set it up. I start with this dheart repo first but got some problems:
go run core/config/gen-localhost/main.go
got several issues below and I fixed themI still cannot run it just because there is still no sisu server running
16:28:23.85 Cannot ping sisu, err = Post "http://0.0.0.0:25456": dial tcp 0.0.0.0:25456: connect: connection refused
, maybe I need to start with sisu repo firstBy the way, please help to review and check that my update is useful for your project or not.