@@ -231,42 +231,18 @@ Where can I learn more?
231
231
232
232
:doc: `getting_started `
233
233
234
- Where you learn how to set up a sample network on your local machine. You’ll be
235
- introduced to most of the key components within a blockchain network, learn
236
- more about how they interact with each other, and then you’ll actually get the
237
- code and run some simple query and update transactions.
234
+ We provide a number of tutorials where you’ll be introduced to most of the
235
+ key components within a blockchain network, learn more about how they
236
+ interact with each other, and then you’ll actually get the code and run
237
+ some simple transactions against a running blockchain network. We also provide
238
+ tutorials for those of you thinking of operating a blockchain network using
239
+ Hyperledger Fabric.
238
240
239
241
:doc: `fabric_model `
240
242
241
243
A deeper look at the components and concepts brought up in this introduction as
242
244
well as a few others and describes how they work together in a sample
243
245
transaction flow.
244
246
245
- :doc: `marbles `
246
-
247
- Where you can learn how to write a sample smart contract in GOLANG and invoke
248
- it from an application written in JavaScript. You’ll become comfortable with
249
- the key APIs used by both smart contract developers and application developers
250
- and ready to write your own application using the Hyperledger Fabric API
251
- reference information.
252
-
253
- Designing a Business Network (coming soon)
254
-
255
- Takes you through how to design a business network using a standard process.
256
- You’ll start by defining the business network and identify the participants
257
- and the goods and services that move between them. You’ll think about the key
258
- lifecycles and how they are impacted by the activities of the key participants.
259
- By the time you’re through, you’ll be ready to start working with key
260
- stakeholders in your company to design a business network that uses Hyperledger
261
- Fabric.
262
-
263
- Best Practices (coming soon)
264
-
265
- Deals with the practical concerns of setting up and managing a production
266
- Hyperledger Fabric blockchain. You’ll understand the key factors to consider
267
- when planning a blockchain solution, such as compute, storage and network
268
- requirements. You’ll also understand the key non-functional requirements,
269
- including maintainability, performance, availability and disaster recovery.
270
-
271
247
.. Licensed under Creative Commons Attribution 4.0 International License
272
248
https://creativecommons.org/licenses/by/4.0/
0 commit comments