Development Components
In this lesson, we will take a look at how components are used to deploy a network.
We'll cover the following...
There are 3 main development components for a basic end-to-end development flow:
- Configure a
dev network - Write and deploy
chaincodeon thedev network
Ask