I am getting error while issuing asset, using - https://github.com/Colored-Coins/colored-coins-sdk
here is the code -
here is the code -
Code:
cc.issueAsset(asset, function (err, body) {
if (err) return console.error(err)
console.log("Body: ",body)}
