Signing raw transaction using bitcore-lib

+1 vote
Guys do you know if it's possible to sign a multichain raw transaction with bitcore-lib or other bitcoin compatible library?

Wondering if the inclusion of custom asset names in the outputs will upset the bitcoin libraries or not before I start investigating this?

Cheers

Marty
asked May 18, 2017 by marty

1 Answer

0 votes
MultiChain uses bitcoin's transaction format and cryptography so you can use any Bitcoin-compatible library for signing so long as it is not fussy about the content of transaction outputs. There is no reason why it should be, but if it is, you can just disable those checks - they don't affect the signature process itself.
answered May 19, 2017 by MultiChain
...