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
I am bootsraping project with convector-cli and creating network topolgy with hurley using follwing commands.
conv new car -c car
cd car
npm i
npm run env:restart
npm run cc:start --car
After successfully installing chaincode. I want to test it by submitting create query. What I got from documenatation is that I have to enter floowing command
hurl invoke car car_create [args]
Now create require Car as argument which of type ConvectorModel having id, name, created, modified fields, how do I pass it?
The text was updated successfully, but these errors were encountered:
I am bootsraping project with convector-cli and creating network topolgy with hurley using follwing commands.
conv new car -c car
cd car
npm i
npm run env:restart
npm run cc:start --car
After successfully installing chaincode. I want to test it by submitting create query. What I got from documenatation is that I have to enter floowing command
hurl invoke car car_create [args]
Now create require Car as argument which of type ConvectorModel having id, name, created, modified fields, how do I pass it?
The text was updated successfully, but these errors were encountered: