AI Features

Deploy Your Network

In this lesson, we will launch an environment on which we will run all our network containers(peer, orderer, CA, state-db)

Folder Structure:


First lets take a look at the folder structure. Here is what’s inside the infra-basic-network folder:

  • Crypto Config:

    • crypto-config.yaml: This is the input file to
...