Skip to content

gr3yc4t/composer-datasharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Share Model

A composer model that allows to exchange data in a confidential way.

Usage

To test the model use the online playground: https://composer-playground.mybluemix.net/

Model

The model is composed just by one participant (Person)

Person Model:

participant Person identified by pID {
    o String pID
    o String firstName
    o String lastName
}

while the only asset is DataAsset

asset DataAsset identified by dataHash {
    o String dataHash
    o String value
    --> Person owner
    o String [] auth
}

The strict ACL rules do not allow unathorized users to see data that belongs to others, achieving confidentiality.

About

A composer model that allows to exchange data in a confidential way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published