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
Previous PR which added Ops API support (#442) revealed some issues that should be fixed to improve the dev experience:
If chaincode is not build before running Ops API (missing lib/src/cli.js error), we should respond with an error with a message suggesting running npm run build for the chaincode
Support custom contract path fragments, like apple-contract instead of AppleContract
The text was updated successfully, but these errors were encountered:
Previous PR which added Ops API support (#442) revealed some issues that should be fixed to improve the dev experience:
npm run build
for the chaincodeapple-contract
instead ofAppleContract
The text was updated successfully, but these errors were encountered: