Got a blockchain
related project to impl.
Part of the project need permission control, means:
- Only qualified users (e.g login) could use it.
- The transaction history is not public, a transaction is only visible to related user or admin user.
It seems Ethereum
has a lot of features, so trying to re-use it.
My questions are:
- Is
Ethereum
also suitable to develop permissioned blockchain? - If yes, how to impl the permission part.
- If no, then does that means framework like
Hyperledge Fabric
is more suitable?