Closed xellos00 closed 2 years ago
@skonhwang I think you've finished how to install and start as first user, why don't you try this issue?
@skonhwang Installation guide must be recorded on READMD.md.
Clone vatz (public) repository with:
$ git cone git@github.com:dsrvlabs/vatz.git
Then compile:
$ cd vatz
$ make
you can see binary named vatz
Clone vatz-plugin official repository with: (This repository can be changed.)
$ git clone git@github.com:dsrvlabs/vatz-plugin-common.git
Then compile:
$ cd plugins/cosmos-sdk-blocksync
$ make
you can see binary named cosmos-sdk-blocksync
Modify default.yaml
vatz-plugin-common/plugins/cosmos-sdk-blocksync/main.go
of official repository
pluginName
and update default.yamlExecute like below
If block height is not increased,
@skonhwang Can you close this issue? if you consider this issue is resolved?
Checklist
Is your feature request related to a problem? Please describe.
I'm always frustrated there's no instruction for
Describe the solution you'd like| Ex
Describe alternatives you've considered
TODOs