chaincode
Here are 126 public repositories matching this topic...
-
Updated
May 11, 2020 - C++
-
Updated
May 26, 2020 - Clojure
-
Updated
Jan 30, 2020 - TypeScript
-
Updated
Nov 8, 2018 - JavaScript
-
Updated
Jun 26, 2020 - Shell
-
Updated
Jun 12, 2019 - Shell
-
Updated
Feb 9, 2018 - Shell
-
Updated
Apr 11, 2017 - Go
-
Updated
Sep 8, 2018 - Go
-
Updated
Mar 15, 2020 - Python
-
Updated
Mar 22, 2018 - JavaScript
add English description
-
Updated
Feb 28, 2018 - Objective-C
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Jan 4, 2018 - Shell
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jul 10, 2020 - Haskell
-
Updated
Jun 6, 2019 - JavaScript
-
Updated
Apr 11, 2020 - Java
Port some of the content in the slide into the markdown files and add the missing parts of the documentation:
- Overview - to port only
- Chaincode Life Cycle - to port only
- System Chaincodes - to port only
- Chaincode Support Services - to port and develop
- Platform Services - to develop
- Endorsement Services - to develop
- Block Delivery Services - to devel
-
Updated
Nov 21, 2019 - JavaScript
-
Updated
Dec 6, 2018 - Go
-
Updated
Feb 24, 2020 - Go
-
Updated
Jan 24, 2019 - JavaScript
-
Updated
Jan 13, 2020 - Scala
-
Updated
Apr 26, 2020 - Shell
-
Updated
Aug 1, 2019 - Go
Currently fabric-utils is quite difficult to run on Windows. In particular, the dependency on bash to handle fabric.sh, and use it in integration test should be removed.
I suggest to use gradle with docker/docker-compose plugin to manage docker invocation instead of shell script, and replace fabric.sh use in integration test calling gradle.
-
Updated
Dec 4, 2018 - Java
Improve this page
Add a description, image, and links to the chaincode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chaincode topic, visit your repo's landing page and select "manage topics."
Hello!
I was playing around with your useful lib and it's indeed pretty supportive in the chaincode development process. It speeds up things rapidly :)
However, I struggled with the deployment of the chaincode including the lib on an example docker environment like https://hyperledger-fabric.readthedocs.io/en/release-1.3/build_network.html#install-instantiate-chaincode. How would you deploy y