Eric
Eric

Reputation: 24944

Is Ethereum suitable for permissioned blockchain?

Got a blockchain related project to impl.

Part of the project need permission control, means:

It seems Ethereum has a lot of features, so trying to re-use it.

My questions are:

Upvotes: 2

Views: 418

Answers (2)

gmkprabhu
gmkprabhu

Reputation: 46

You can also consider Microsoft COCO framework but it is still under development and I think it is targeted to release by end of this year.

"Microsoft's Confidential Consortium Blockchain Framework represents a breakthrough in achieving highly scalable, confidential, permissioned Ethereum or other blockchain networks that will be an important construct in the emerging world of variously interconnected blockchain systems. " - Joseph Lubin, Founder of ConsenSys

Related Blog: https://azure.microsoft.com/en-us/blog/announcing-microsoft-s-coco-framework-for-enterprise-blockchain-networks/

Upvotes: 0

arnabkaycee
arnabkaycee

Reputation: 1644

If you want to leverage Smart Contracts of Ethereum in Solidity but still be able to use it in a Permissioned Environment, have a look at Hyperledger Burrow (Monax).

https://github.com/hyperledger/burrow

Upvotes: 1

Related Questions