shrujandev
shrujandev

Reputation: 1

Is Hyperledger fabric free to use?

So I know that the Hyperledger fabric is an opensource project and can be used but I still have some concerns about if it is still free to use when deployed in real life production projects.

I have researched about this and there are no clear defined answer to this as of what I saw. I just wanted to be legally safe to use it. So anyone who has used it could you let me know about this and also if I have to take some additional steps incase we are using it for production.

Also could you recommend some resources for setting up Hyperledger fabric other than the documentation

Upvotes: -1

Views: 411

Answers (1)

bestbeforetoday
bestbeforetoday

Reputation: 1684

The LICENSE document included in the Fabric source code repository is the Apache 2.0 license. This is a permissive license that allows users to use the software for any purpose (including commercial use), to distribute it, to modify it, and to distribute modified versions of the software under the terms of the license, without concern for royalties.

In addition to the main Fabric documentation, which contains pretty clear steps for installing Fabric and deploying / running Fabric applications, there is material from a Fabric Full Stack Development Workshop that might be helpful to get going with application development. This workshop does cover deployment on Kubernetes but I think you would need to look elsewhere for more detailed information on production deployment and operations.

Upvotes: 0

Related Questions