Hyperledger

CI/CD on a Hyperledger Fabric project

Today we bring you the second post of this series of technical articles regarding development with Hyperledger Fabric. Last time we talked about how we test our chaincode, today we go one step further and we’ll show you how we deploy the code automatically. CI/CD is the combined practice of …

Testing chaincode on Hyperledger Fabric

Hyperledger is the Blockchain family of tools and frameworks for permissioned networks. At The Neon Project we’ve been working with solutions built with Hyperledger Fabric for a while now. Hyperledger Fabric is a complex system to deploy and it’s important to be careful when we configure …