colored-coins-sdk
colored-coins-sdk copied to clipboard
Colored-Coins SDK for issuing and transferring digital assets using blockchain technology
How do we configure the SDK to work with Hyperledger or MultiChain Private Block Chain.
https://github.com/Colored-Coins/colored-coins-sdk/blob/0e9c8149051585fa9a78ed24df5d7203a12af0e8/lib/full_node.js#L23-L33 Sent 1 bitcoin and received this error because index at 1 was undefined. ``` var decimal = parts[1] ```
**To reproduce the bug:** - Set financeChangeAddress: cc.hdwallet.getAddress(0, 0) - Send asset from and address A to B - Send asset back from B to A After sent back and...
### Before process send asset between addresses token that hold valid amounts: **send json:** ``` var send = { from: [cc.hdwallet.getAddress(0, 0), fromAddress], to: transferToAddresse, fee: 1000, financeChangeAddress: cc.hdwallet.getAddress(0, 0)...