更新时间:2021-06-24 15:00:28
coverpage
Title Page
Copyright and Credits
Hyperledger Cookbook
About Packt
Why subscribe?
Packt.com
Contributors
About the authors
Contributing author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Working with Hyperledger Fabric
Reviewing the Hyperledger Fabric architecture and components
How to do it...
How it works...
Installing Hyperledger Fabric on AWS
Building the Fabric network
Adding an organization to a channel
Getting ready...
There's more...
Using CouchDB
Writing your first application
Accessing the API with SDK
Implementing Hyperledger Fabric
Inventory asset management
Writing chaincode as a smart contract
Writing chaincode using Go
The OrgAsset entity
The Init function
The Invoke function
The query and getHistory functions
The query function
Compiling and deploying Fabric chaincode
Starting the sample Fabric network
Building and deploying the chaincode
Running and testing the smart contract
Installing the assermgr chaincode
Instantiating the assermgr chaincode
Invoking the assermgr chaincode
Developing an application with Hyperledger Fabric through the SDK
Creating and executing startFabric.sh
Setting up a client project
Writing Node.js sever-side code
Writing Node.js client-side code
Running the web application
Modeling a Business Network Using Hyperledger Composer
The Hyperledger Composer business network and development components
Process flow
Entities
Assets
Query
Setting up the Hyperledger Composer prerequisites environment
Setting up the development environment