@@ -19,21 +19,25 @@ to host any mainstream language for smart contracts development.
19
19
20
20
## Releases
21
21
22
- The fabric releases are documented
23
- [ here] ( https://github.com/hyperledger/fabric/wiki/Fabric-Releases ) . We have just
24
- released our first release under the governance of the Hyperledger Project -
25
- v0.5-developer-preview.
22
+ The fabric releases are documented [ here] ( releases.md ) . We have just
23
+ released our second release under the governance of the Hyperledger Project -
24
+ v0.6-preview.
25
+
26
+ ## Fabric Starter Kit
27
+
28
+ If you'd like to dive right in and get an operational experience on your local
29
+ server or laptop to begin development, we have just the thing for you. We have
30
+ created a standalone Docker-based [ starter kit] ( Starter/fabric-starter-kit.md )
31
+ that leverages the latest published Docker images that you can run on your
32
+ laptop and be up and running in no time. That should get you going with a
33
+ sample application and some simple chaincode. From there, you can go deeper
34
+ by exploring our [ developer guides] ( #developer-guides ) .
26
35
27
36
## Contributing to the project
28
37
29
38
We welcome contributions to the Hyperledger Project in many forms. There's
30
39
always plenty to do! Full details of how to contribute to this project are
31
- documented in the [ Fabric developer's guide] ( #fabric-developer-guide ) below.
32
-
33
- To contribute to this documentation, create an issue for any requests for
34
- clarification or to highlight any errors, or you may clone and update the
35
- [ source] ( https://gerrit.hyperledger.org/r/#/admin/projects/fabric ) , and submit a
36
- Gerrit review (essentially the same process as for fabric development).
40
+ documented in the [ Fabric developer's guide] ( #fabric-developer's-guide ) below.
37
41
38
42
## Maintainers
39
43
@@ -45,42 +49,46 @@ Project's Technical Steering Committee (TSC).
45
49
## Communication <a name =" communication " ></a >
46
50
47
51
We use [ Hyperledger Slack] ( https://slack.hyperledger.org/ ) for communication and
48
- Google Hangouts&trade ; for screen sharing between developers.
52
+ Google Hangouts&trade ; for screen sharing between developers. Our development
53
+ planning and prioritization is done in [ JIRA] ( https://jira.hyperledger.org ) ,
54
+ and we take longer running discussions/decisions to the
55
+ [ mailing list] ( http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric ) .
56
+
57
+ ## Still Have Questions?
58
+ We try to maintain a comprehensive set of documentation (see below) for various audiences.
59
+ However, we realize that often there are questions that remain unanswered. For
60
+ any technical questions relating to the Hyperledger Fabric project not answered
61
+ in this documentation, please use
62
+ [ StackOverflow] ( http://stackoverflow.com/questions/tagged/hyperledger ) . If you
63
+ need help finding things, please don't hesitate to send a note to the
64
+ [ mailing list] ( http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric ) ,
65
+ or ask on [ Slack] ( (https://slack.hyperledger.org/) ) .
49
66
50
67
# Hyperledger Fabric Documentation
51
68
52
- The Hyperledger
53
- [ fabric] ( https://gerrit.hyperledger.org/r/#/admin/projects/fabric ) is an
54
- implementation of blockchain technology, that has been collaboratively developed
55
- under the Linux Foundation's [ Hyperledger Project] ( http://hyperledger.org ) . It
56
- leverages familiar and proven technologies, and offers a modular architecture
69
+ The Hyperledger fabric is an implementation of blockchain technology, that has
70
+ been collaboratively developed under the Linux Foundation's
71
+ [ Hyperledger Project] ( http://hyperledger.org ) . It leverages familiar and
72
+ proven technologies, and offers a modular architecture
57
73
that allows pluggable implementations of various function including membership
58
74
services, consensus, and smart contracts (Chaincode) execution. It features
59
75
powerful container technology to host any mainstream language for smart
60
76
contracts development.
61
77
62
- ## Still Have Questions?
63
- We try to maintain a comprehensive set of documentation for various audiences.
64
- However, we realize that often there are questions that remain unanswered. For
65
- any technical questions relating to the Hyperledger Fabric project not answered
66
- in this documentation, please use
67
- [ StackOverflow] ( http://stackoverflow.com/questions/tagged/hyperledger ) .
68
-
69
- ## TOC
78
+ ## Table of Contents
70
79
71
80
Below, you'll find the following sections:
72
81
73
- - [ Getting started] ( #getting-started )
74
- - [ Quickstart] ( #quickstart-documentation )
82
+ - [ Read All About It] ( #read-all-about-it )
75
83
- [ Developer guides] ( #developer-guides )
76
84
77
- - [ Fabric developer's guide] ( #fabric-developer-guide )
78
85
- [ Chaincode developer's guide] ( #chaincode-developer-guide )
79
- - [ API developer's guide] ( #api-developer-guide )
86
+ - [ Application developer's guide] ( #application-developer-guide )
87
+ - [ Fabric developer's guide] ( #fabric-developer-guide )
80
88
81
89
- [ Operations guide] ( #operations-guide )
82
90
83
- # Getting started
91
+ ## Read all about it
84
92
85
93
If you are new to the project, you can begin by reviewing the following links.
86
94
If you'd prefer to dive right in, see the
@@ -96,47 +104,8 @@ where the community is developing use cases and requirements.
96
104
the Fabric project's documentation.
97
105
- [ Fabric FAQs] ( https://github.com/hyperledger/fabric/tree/master/docs/FAQ )
98
106
99
- # Quickstart documentation
100
-
101
- - [ Development environment set-up] ( dev-setup/devenv.md ) : if you are considering
102
- helping with development of the Hyperledger Fabric or Fabric-API projects
103
- themselves, this guide will help you install and configure all you'll need. The
104
- development environment is also useful (but, not necessary) for developing
105
- blockchain applications and/or Chaincode.
106
- - [ Network setup] ( Setup/Network-setup.md ) : This document covers setting up a
107
- network on your local machine for development.
108
- - [ Chaincode development environment] ( Setup/Chaincode-setup.md ) : Chaincode
109
- developers need a way to test and debug their Chaincode without having to set up
110
- a complete peer network. This document describes how to write, build, and test
111
- Chaincode in a local development environment.
112
- - [ APIs] ( API/CoreAPI.md ) : This document covers the available APIs for
113
- interacting with a peer node.
114
-
115
107
# Developer guides
116
108
117
- ## Fabric developer guide
118
-
119
- When you are ready to start contributing to the Hyperledger fabric project, we
120
- strongly recommend that you read the [ protocol specification] ( protocol-spec.md )
121
- for the technical details so that you have a better understanding of how the
122
- code fits together.
123
-
124
- - [ Making code contributions] ( CONTRIBUTING.md ) : First, you'll want to familiarize
125
- yourself with the project's contribution guidelines.
126
- - [ Setting up the development environment] ( dev-setup/devenv.md ) : after that, you
127
- will want to set up your development environment.
128
- - [ Building the fabric core] ( dev-setup/build.md ) : next, try building the project
129
- in your local development environment to ensure that everything is set up
130
- correctly.
131
- - [ Building outside of Vagrant] ( dev-setup/build.md#building-outside-of-vagrant ) :
132
- for the adventurous, you might try to build outside of the standard Vagrant
133
- development environment.
134
- - [ Logging control] ( Setup/logging-control.md ) : describes how to tweak the logging
135
- levels of various components within the fabric.
136
- - [ License header] ( dev-setup/headers.txt ) : every source file must include this
137
- license header modified to include a copyright statement for the principle
138
- author(s).
139
-
140
109
## Chaincode developer guide
141
110
142
111
- [ Setting up the development environment] ( dev-setup/devenv.md ) : when developing
@@ -152,22 +121,40 @@ testing Chaincode.
152
121
- [ Chaincode FAQ] ( FAQ/chaincode_FAQ.md ) : a FAQ for all of your burning questions
153
122
relating to Chaincode.
154
123
155
- ## API developer guide
124
+ ## Application developer guide
125
+
126
+ - [APIs - CLI, REST, and Node.js](API/CoreAPI.md)
127
+ - [CLI](API/CoreAPI.md#cli): working with the command-line interface.
128
+ - [REST](API/CoreAPI.md#rest-api): working with the REST API (*deprecated*).
129
+ - [Node.js SDK](nodeSDK/node-sdk-guide.md): working with the Node.js SDK.
130
+
131
+ ## Fabric developer guide
156
132
157
- - [ APIs - CLI, REST, and Node.js] ( API/CoreAPI.md )
158
- - [ CLI] ( API/CoreAPI.md#cli ) : working with the command-line interface.
159
- - [ REST] ( API/CoreAPI.md#rest-api ) : working with the REST API.
160
- - [ Node.js SDK] ( nodeSDK/node-sdk-guide.md ) : working with the Node.js SDK.
133
+ - [Making code contributions](CONTRIBUTING.md): First, you'll want to familiarize
134
+ yourself with the project's contribution guidelines.
135
+ - [Setting up the development environment](dev-setup/devenv.md): after that, you
136
+ will want to set up your development environment.
137
+ - [Building the fabric core](dev-setup/build.md): next, try building the project
138
+ in your local development environment to ensure that everything is set up
139
+ correctly.
140
+ - [Building outside of Vagrant](dev-setup/build.md#building-outside-of-vagrant):
141
+ for the *adventurous*, you might try to build outside of the standard Vagrant
142
+ development environment.
143
+ - [Logging control](Setup/logging-control.md): describes how to tweak the logging
144
+ levels of various components within the fabric.
145
+ - [License header](dev-setup/headers.txt): every source file must include this
146
+ license header modified to include a copyright statement for the principle
147
+ author(s).
161
148
162
149
# Operations guide
163
150
164
- - [ Setting Up a Network] ( Setup/Network-setup.md ) : instructions for setting up a
165
- network of fabric peers.
166
- - [ Certificate Authority (CA) Setup] ( Setup/ca-setup.md ) : setting up a CA to
167
- support identity, security (authentication/authorization), privacy and
168
- confidentiality.
169
- - [ Application ACL] ( tech/application-ACL.md ) : working with access control lists.
151
+ - [Setting Up a Network](Setup/Network-setup.md): instructions for setting up a
152
+ network of fabric peers.
153
+ - [Certificate Authority (CA) Setup](Setup/ca-setup.md): setting up a CA to
154
+ support identity, security (authentication/authorization), privacy and
155
+ confidentiality.
156
+ - [Application ACL](tech/application-ACL.md): working with access control lists.
170
157
171
- ## License <a name =" license " ></a >
158
+ # License <a name =" license " ></a >
172
159
The Hyperledger Project uses the [ Apache License Version 2.0] ( LICENSE ) software
173
160
license.
0 commit comments