As CTO for Clause Inc. I breathe the rarified air of blockchain, AI, IoT, and Legal-Tech (joke). Seriously, I do read quite widely, so in time-honored fashion, here are my predictions for 2018.
THIS IS NOT INVESTMENT ADVICE
As CTO for Clause Inc. I breathe the rarified air of blockchain, AI, IoT, and Legal-Tech (joke). Seriously, I do read quite widely, so in time-honored fashion, here are my predictions for 2018.
THIS IS NOT INVESTMENT ADVICE
Are you evaluating blockchains and wondering how to get started? In this technical article I will compare and contrast two approaches that fall under the Hyperledger umbrella: Hyperledger Fabric and Hyperledger Composer.
Continue reading “Getting Started with Blockchain Development”
Six months have elapsed since we started working on Fabric Composer. What started as a whitepaper by IBMer Anthony O’Dowd, some analysis of the code of existing Hyperledger Fabric solutions, and a spark of model-driven inspiration, is now a fledgling Open Source project proposal to the Linux Foundation.
This article (for CIOs, developers, analysts and IT architects) explains the value proposition and high-level features of Fabric Composer.
Fabric Composer (Composer) is an Open Source tool to define, deploy and integrate with business networks. Fabric Composer makes it easy for technical analysts and developers to create business networks that use a distributed-ledger to exchange information. The Composer runtime executes on the Open Source Hyperledger Fabric blockchain, storing all data on the distributed ledger, and executing all business logic on Hyperledger Fabric.
Since September 2016 I’ve been working on an application development framework for the Hyperledger Fabric distributed ledger technology (blockchain). I’ve been fortunate enough to be part of an amazing team that has moved mountains and performed several miracles over the past few months!
Continue reading “Fabric Composer – Open Source Framework for the Hyperledger Fabric Blockchain”
The challenges to applying existing declarative rules and process technology in the context of blockchain are many and varied.
Continue reading “Declarative Rules and Process for Blockchain”
If you take an interest in blockchain technology you have likely heard of “Smart Contracts”. Let us dig a little deeper…
Continue reading “Smart Contracts. Not Smart. Not Contracts.”
Hyper Ledger allows you to deploy custom code (today written in the Go programming language, with Java support under development) to the block chain. This code (knows as chaincode) is called in response to transactions being submitted to the block chain, or the state of the block chain being queried.