You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip_url:'https://github.com/ibm-blockchain/marbles-chaincode/archive/master.zip', //http/https of a link to download zip
192
-
unzip_dir:'marbles-chaincode-master/part2', //name/path to folder that contains the chaincode you want to deploy (path relative to unzipped root)
193
-
git_url:'https://github.com/ibm-blockchain/marbles-chaincode/part2', //git https URL. should point to the desired chaincode repo AND directory
192
+
unzip_dir:'marbles-chaincode-master/part2_v1.0.0', //name/path to folder that contains the chaincode you want to deploy (path relative to unzipped root)
193
+
git_url:'https://github.com/ibm-blockchain/marbles-chaincode/part2_v1.0.0', //git https URL. should point to the desired chaincode repo AND directory
194
194
195
195
deployed_name:null//[optional] this is the hashed name of a deployed chaincode. if you want to run with chaincode that is already deployed set it now, else it will be set when you deploy with the sdk
196
196
}
@@ -209,8 +209,8 @@ Example
209
209
```js
210
210
var options = {
211
211
zip_url:'https://github.com/ibm-blockchain/marbles-chaincode/archive/master.zip', //http/https of a link to download zip
212
-
unzip_dir:'marbles-chaincode-master/part2', //name/path to folder that contains the chaincode you want to deploy (path relative to unzipped root)
213
-
git_url:'https://github.com/ibm-blockchain/marbles-chaincode/part2', //git https URL. should point to the desired chaincode repo AND directory
212
+
unzip_dir:'marbles-chaincode-master/part2_v1.0.0', //name/path to folder that contains the chaincode you want to deploy (path relative to unzipped root)
213
+
git_url:'https://github.com/ibm-blockchain/marbles-chaincode/part2_v1.0.0', //git https URL. should point to the desired chaincode repo AND directory
214
214
215
215
deployed_name:null//[optional] this is the hashed name of a deployed chaincode. if you want to run with chaincode that is already deployed set it now, else it will be set when you deploy with the sdk
216
216
};
@@ -467,7 +467,7 @@ I found it handy in niche cases, but it will probably be unhelpful to most devel
0 commit comments