Strategy Guidance for basic Android App

+1 vote
Hello Multichain team,

I plan to store username and password as the key-value pair on the stream. I want to use it for login on a basic android app.

I am just struck to find out simple yet secure strategy to retrieve this data for verfication. For simplicity, I just have 2 nodes maintaining the blockchain and they are connected to internet.

So, could you please recommend any strategy to access this blockchain (like just test if the username/password comination is correct or not) over internet ?
asked May 22, 2017 by Varun

1 Answer

0 votes

I'm not sure I understand the question but you can access a node through its regular API to query the stream using liststreamkeyitems. Is that a possibility for you?

answered May 23, 2017 by MultiChain
...