How can I send a string in arguments to a smart contract using a shell script and mxpy ? I’ve been trying to use str:“My string to send” as an argument to mxpy call but it doesn’t work I’ve also been trying other technics.
I can’t find the way to do it, can anyone help me please?
str:should be inside the quotesTherefore
str:“My string to send”is wrong,"str:My string to send"is the correct way to do thatExample: