Hi team,
I'm following "getting started" tutorial, and in this portion:
5. Transaction metadata
In this section we’ll create a transaction that sends 125 units of asset1 along with some metadata. On the first server, run:
sendwithdata 1... '{"asset1":125}' 48692066726f6d204d756c7469436861696e21
the above stated format will not be recognize in windows. I tested several approach and found the windows escape character is needed.
two possible solution: