MultiChain Use Case

+1 vote
Hi,

I want to implement a multichain use case for my company.

I want to ensure that this should be a permissioned blockchain.

a) One participant should create a contract and then  have the contract give approvals to multiple stakeholders to approve the same.

b) So, one asset would be created for an address and then send the same to the other address for  approval (maybe create an  offer).

How do i implement the same?
asked Jul 7, 2017 by Jiya

1 Answer

0 votes
I think you should do this with streams, not assets. Each contract under proposal can be published in one stream. A second stream is used to collect approvals, where each stakeholder indicates their approval in a stream item, which makes reference (e.g. via its stream item key) to the proposed contract.
answered Jul 7, 2017 by MultiChain
...