MultiChain API Name

+2 votes

I'm trying to connect a third-party encryption program to the MultiChain. What is the name of the MultiChain API I need for this? Or is there a specific framework name?

Thanks in advance.

asked Jun 19, 2019 by M.Maier

1 Answer

0 votes

You would not connect your third-party encryption program directly to the MultiChain API. Instead you would process your content through this program to get some binary, and then convert it to hexadecimal and use the publish API to put that information in a stream on the blockchain.

answered Jun 19, 2019 by MultiChain
...