November 8, 2019

206 words 1 min read

Running and Managing Solidity Smart Contracts in Hyperledger Fabric using Web3

Running and Managing Solidity Smart Contracts in Hyperledger Fabric using Web3

Hyperledger Fabric is a permissioned blockchain platform where people build applications to communicate and interact with deployed smart contracts. However, smart contracts and apps must be written in …

Talk Title Running and Managing Solidity Smart Contracts in Hyperledger Fabric using Web3
Speakers Jay Guo (Software Developer, IBM), Swetha Repakula (Open Source Contributor, IBM)
Conference Hyperledger Global Forum
Conf Tag
Location Basel, Switzerland
Date Dec 11-15, 2018
URL Talk Page
Slides Talk Slides
Video

Hyperledger Fabric is a permissioned blockchain platform where people build applications to communicate and interact with deployed smart contracts. However, smart contracts and apps must be written in programming languages like Go or Javascript. Alternatively, Ethereum made it friendly to write smart contracts by inventing Contract-Oriented Languages, e.g. Solidity, and created a Web3 library that can be used to interact with smart contracts. The talk will cover how an EVM has been integrated into Fabric, enabling users to write contracts in Contract-Oriented Languages as well as interact with them via the Web3 library. Developers familiar with Ethereum can easily develop on Fabric, leverage tools like Truffle & Remix, as well as migrate their Distributed Apps (DApps) with minimal effort. The talk will also describe use cases where permissioned blockchains are more desirable.

comments powered by Disqus