Using parameters under Windows version

+1 vote
Hi,

I'm testing the Windows beta version.

When I try to issue opened asset, I write the command :

multichain-cli.exe test07 issue "1EUNTATKCQMqdfM1S2d3bmG9EMYxutZc28htMd" {"name":"test03","open":true} 10

 

The system answers :

{"method":"issue","params":["1EUNTATKCQMqdfM1S2d3bmG9EMYxutZc28htMd","{name:test03,open:true}",10],"id":1,"chain_name":"test07"}

 

When I list assets, I obtain :

[...]

        "name" : "{name:test03,open:true}",

[...]

       "open" : false,

[...]

---> all the parameters are taken in the name of the asset.

How does it work now ? Is there an other way to call with parameters ?

 

Regards,

Hubert
asked Oct 18, 2016 by Hubert

1 Answer

0 votes

Please see the Windows notes in the README.txt file that comes with the MultiChain for Windows download. These explain how DOS command line escaping differs from Unix command line escaping. All the online tutorials use the Unix format.

answered Oct 18, 2016 by MultiChain
Sorry, bad habit to not read Readme.txt file
...