I am building a Blockchain with the following objective :
Users should be able to store all personal records in their own channel and share the ledger with various third parties (mostly organisations with users in them) as and when required to read and write to the ledger. For example, me as a user wants to have my marks sheets on the ledger and add my school peer to write or read from it.
The Client application (mobile) should be able to do following:
-
As an invidual:
-
As a school
1. Is it true that Hyperledger Fabric is the only platform which lets create multiple channels?
2. How scalable is the architecture if the number of users grow and so does the number of individual channels?
3. Any sample application i can refer to if i choose to go with composer?