Skip to content

Neuralux/hl-fabric-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperledger Fabric Tutorials

  1. Provision a vm with all of the prerequisites; binaries and docker images; and the fabric-samples repository:
      $: vagrant up
    
  2. Build Your First Network:
      $: vagrant ssh
      [vagrant@localhost ~]$ cd /opt/fabric/fabric-samples/first-network
      [vagrant@localhost first-network]$ ./byfn.sh up
    
  3. Writing Your First Application:
      [vagrant@localhost first-network]$ ./byfn.sh down
      [vagrant@localhost first-network]$ cd /opt/fabric/fabric-samples/fabcar
      [vagrant@localhost fabcar]$ npm install
      [vagrant@localhost fabcar]$ ./startFabric.sh
    
  4. Adding an Org to a Channel
      $: vagrant ssh
      [vagrant@localhost ~]$ cd /opt/fabric/fabric-samples/first-network
      [vagrant@localhost first-network]$ ./byfn.sh down
      [vagrant@localhost first-network]$ ./byfn.sh up
      [vagrant@localhost first-network]$ ./eyfn.sh up