You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/john-b-yang/fabric-eval

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/john-b-yang/fabric-eval

v0.0.0-20200926015800-ec7ed9f7ac4c
Source
Go
Version published
Created
Source

Hyperledger Fabric Experiments

Experiments and notes by Jack Kolb and John Yang about the Hyperledger Fabric open source blockchain platform.

This repository is organized as follows:

chaincode contains:

  • Implementations of popular Ethereum Contract Standards (EIPs, ERCs) rewritten as Chaincode (Go) that compiles and is deployable to a Fabric network.
  • Go code using Fabric's Client SDK to interact with a Hyperledger Fabric blockchain (specifically, contracts deployed on the blockchain).
  • Notes discussing differences between Fabric Chaincode, Solidity, and Quartz (WIP).

cli-tools contains:

  • Set of binaries for operating Fabric network.

guides contains:

  • Tutorials for setting up a test network and deploying code on it.
  • Tutorials for setting up a local network and deploying code on it.
  • Tutorials for writing SDK application code to interface with deployed Chaincode.

network contains:

  • Source code for local Fabric network. Tutorial for setting it up is in guides.

FAQs

Package last updated on 26 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts