how to store data to multichain

+2 votes
Hi,

I am full stack php developer and trying to store the data of my application in multichain. I have created the chain, trying to store the data as a transacctions in multichain by using using JSON RPC in javascript.

I have tried using the code from below link

https://github.com/scoin/multichain-node

But I am confused in how to use. Please can anybody help me with this process.
asked Jul 2, 2018 by anonymous

1 Answer

0 votes
If your purpose is general data storage, we recommend using streams. You can see how these work in the 'Getting Started' tutorial (which uses the MultiChain command line). Then you need to translate those actions into API calls using that library (or any other).

https://www.multichain.com/getting-started/
answered Jul 3, 2018 by MultiChain
...