smart

Smart Office in coming 5 Years and why?

Reading Time: 3 minutes Smart office is defined as the integration of modern technology into a office space. All the tasks of an organization become simpler and flexible with the use of IOT (Internet of Things) devices. IoT is the network of devices such as electrical appliances, physical devices and other things embed with sensors and actuators. These sensors and actuators enable the objects to establish a connection with Continue Reading

Starting with Blockchain Chaincode using Golang

Reading Time: 2 minutes Chaincode, or a smart contract is a fragment of code written in supported languages like Java or Go that is deployed onto a network of HyperLedger Fabric peer nodes. In this blog, we will learn how to develop Chaincode using Golang for a blockchain network based on Hyperledger Fabric v0.6. Chaincodes run network transactions which are validated and then appended to the shared ledger. In simple Continue Reading