DevProvider

IT Staff augmentation
Hyperledger fabric chaincode basics

Hyperledger fabric chaincode basics

Smart Contracts are becoming increasingly popular everyday because of their automated nature. In Hyperledger Fabric terms, Smart Contracts are referred to as Hyperledger Fabric Chaincode. And developers have the option to write their chaincode logic in either Golang, NodeJS, or Java. It is important to note that in order to build a complete blockchain-based application, […]

Installing your own chaincode on BYFN

Hyperledger Fabric samples git repository comes with many blockchain examples that you can deploy on the blockchain. From fairly simple network like basic network that has only one organization and only one peer to a complex structure like first network that has two organizations and four peers in total. As with all these networks fabric […]