Feasibility of Multichain for Project

+1 vote
Hi there,

 

I have a question with regards to the feasibility of multichain for a project of mine .

 

Basically im trying to implement an access control blockchain where users can store their credentials onto the blockchain. When a safe contract is invoked, these credentials (partial amount of it) can then be retrieved and given to another party.

Some basic attributes in the credentials are example : name,age,username etc. i was wondering if this could be done on multichain?
asked Nov 18, 2016 by zEst

1 Answer

0 votes
You can use MultiChain streams as a general purpose key-value store, which seems well suited for this sort of application. Please see the following blog post:

http://www.multichain.com/blog/2016/09/introducing-multichain-streams/

Please note that if by "safe contract" you mean "on blockchain smart contract", MultiChain is not a smart contracting solution.
answered Nov 21, 2016 by MultiChain
...