Skip to content

Instantly share code, notes, and snippets.

@himani1
Created June 20, 2017 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himani1/8c1eb4c8ac9605c594611c7108030c1e to your computer and use it in GitHub Desktop.
Save himani1/8c1eb4c8ac9605c594611c7108030c1e to your computer and use it in GitHub Desktop.
func main() {
err := shim.Start(new(SampleChaincode))
if err != nil {
fmt.Println("Could not start SampleChaincode")
} else {
fmt.Println("SampleChaincode successfully started")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment