https://github.com/john-b-yang/fabric-eval
Example Contracts on Hyperledger Fabric platform
https://github.com/john-b-yang/fabric-eval
blockchain chaincode hyperledger-fabric-platform
Last synced: 8 months ago
JSON representation
Example Contracts on Hyperledger Fabric platform
- Host: GitHub
- URL: https://github.com/john-b-yang/fabric-eval
- Owner: john-b-yang
- Created: 2020-06-02T16:31:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T01:58:06.000Z (over 5 years ago)
- Last Synced: 2023-03-02T20:31:04.169Z (almost 3 years ago)
- Topics: blockchain, chaincode, hyperledger-fabric-platform
- Language: Go
- Homepage:
- Size: 78.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperledger Fabric Experiments
Experiments and notes by [Jack Kolb](https://people.eecs.berkeley.edu/~jkolb/) 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*.