How to use specific gosdk for testing
Select specific gosdk branch/version from 0chainarrow-up-right/gosdkarrow-up-right repository.
To use the above(step 1) gosdk branch/version clone the dependent repository(e.g. blobberarrow-up-right, zwalletcliarrow-up-right, zboxcliarrow-up-right) to your local
After cloning the repository your default branch will be staging. So either create a new branch or checkout to your working branch.
staging
Replace the gosdk version in go.mod file with the branch/version as selected in step 1.
go.mod
Run the below command to make the changes into go.sum automatically.
go.sum
go mod tidy
Push the changes to repository and create builds using your branch.
Now use your branch for doing testing.
Last updated 2 years ago