QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

Improvement createMosaic #51

Open ghost opened 6 years ago

ghost commented 6 years ago

In the example we changed the name of the mosaic to lowercase, because if we put tx.mosaicName = "myMosaic"; produces an error, it should remain tx.mosaicName = "mymosaic"; In the // Serialize transaction and announce part, code is added to show the satisfactory result or to show an error message.