Hi,
In windows7, I creat a MulitChain and start it with the command:
multichain-util create chain2
multichaind chain2 -daemon
and I list the adresses with multichain-cli chain2 listaddresses
the adresses 12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK is the return.
then I want to issue a asset with issuefrom or createrawsendfrom, but both of them are not work.
the commands and errors are as following:
when I runing:
multichain-cli chain2 issuefrom 12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK 12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK '{"name":"GBP","open":true}' 50000 0.01 0 '{"origin":"uk","stage":"01","purpose":"parts prepayment"}'
the error:
error: Error parsing JSON:'{origin:uk,stage:01,purpose:parts prepayment}
when I runing:
multichain-cli chain2 createrawsendfrom 12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK '{"12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK":{"issue":{"raw":100}}}' '[{"create":"asset","name":"test2","multiple":1,"open":true,"details":{"a":"1","b":"2","c":"3"}}]' send
the error:
error: Error parsing JSON:'{12SCqL8z7871N6GyxVf2rsbZPAhzcpVG9uHMPK:{issue:{raw:1
00}}}'
the command form of issuefrom and createrawsendfrom can be found in the follwing URL, but both of them are not work,
https://www.multichain.com/developers/asset-reissuance/
https://www.multichain.com/developers/raw-transactions/
I wonder if I missed some steps, or my command forms are wrong.
Thanks for your early reply.