Setting Up A Hyperledger Fabric Network From Scratch

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • A virtual meetup on January 19, 2023 featuring David Viejo, CTO of Kung Fu Software, demonstrating how to set up a Hyperledger Fabric network from scratch. In this meetup we will focus on how to set up a Hyperledger Fabric team, network topology, common problems and we will end with a round of questions and answers that will lead to the next meetup.
    * Slides from the meetup are at: docs.google.co...
    * The repo with code for the demo is at: github.com/kfs...
    And if you have questions for the speaker or would like to learn more about how he can help you with Hyperledger Fabric, check out his LinkedIn profile and his page about Fabric services:
    / david-viejo
    www.kfs.es/hyp...
    ----
    Hyperledger - Open Source Blockchain Technologies
    Hyperledger is an open source community focused on developing a suite of stable frameworks, tools and libraries for enterprise-grade blockchain deployments.
    It serves as a neutral home for various distributed ledger frameworks including Hyperledger Besu, Fabric, Sawtooth, Indy, as well as tools like Hyperledger Avalon, Cactus and libraries like Hyperledger Aries, Ursa. Learn more about Hyperledger projects: www.hyperledge...
    Discord: / discord
    Case Studies: www.hyperledge...
    Training & Certification: www.hyperledge...
    Tutorials: www.hyperledge...
    Webinars: www.hyperledge...
    Events: www.hyperledge...
    Vendor Directory: www.hyperledge...
    Subscribe to the Hyperledger Newsletter: www.hyperledge...
    Follow-us on Twitter @Hyperledger
    Learn about Hyperledger Membership: www.hyperledge...
    #Hyperledger #Blockchain
    License
    Creative Commons Attribution license (reuse allowed)

КОМЕНТАРІ • 15

  • @nihadlechhab7335
    @nihadlechhab7335 6 місяців тому +1

    Is this video about setting up a production network using Hyperledger Fabric? If not, what steps should be taken to set up a production network?

  • @palomajimeno1479
    @palomajimeno1479 Рік тому +2

    It is clear but how can i go further? I mean, which specific material do you recommend me to create a production environment based on Hyperledger Fabric? Is there any course i can follow or certification? I want to go further than examples but i do not know how to proceed. Thank you

  • @SalahMWahsh
    @SalahMWahsh Рік тому +1

    how can we make communication between web application and the hyperledger fabric network.

    • @amarjeetprajapati1077
      @amarjeetprajapati1077 9 місяців тому

      Fabric Gateway is an option to invoke the chaincode through java API

  • @SantoshKumar-lz2ti
    @SantoshKumar-lz2ti Рік тому +1

    How to install for mac M1... throwing up errors

    • @dviejo
      @dviejo Рік тому

      Check the ARM images

  • @PedroSilva-zi5yd
    @PedroSilva-zi5yd Рік тому

    Am i the only one that, when deploying the peers is getting a error trying to connect to couchdb in port 5984?

  • @natashakarachko
    @natashakarachko 9 місяців тому

    I am getting the error after execution "kind create cluster --config=./kind-config.yaml"
    ✗ Starting control-plane 🕹
    Deleted nodes: ["kind-control-plane"]
    ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
    Command Output: I1219 11:04:08.498417 131 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"

  • @dviejo
    @dviejo Рік тому +4

    Feel free to ask any question in the comments section :)

    • @andressegreda6530
      @andressegreda6530 10 місяців тому

      Hi David,
      I am having this problem creating peers and orderer. I am on M2 Mac
      kubectl hlf peer create --image=$PEER_IMAGE --version=$PEER_VERSION --storage-class=standard --enroll-id=peer --mspid=Org1MSP \
      --enroll-pw=peerpw --capacity=5Gi --name=org1-peer0 --ca-name=university1-ca.default
      W1122 23:40:04.303718 22107 warnings.go:70] unknown field "spec.gatewayApi"
      W1122 23:40:04.303738 22107 warnings.go:70] unknown field "spec.secret.enrollment.component.external"
      W1122 23:40:04.303741 22107 warnings.go:70] unknown field "spec.secret.enrollment.tls.external"
      do you have an idea what it could be?
      thanks in advance

  • @JoaoSantos-tq6fj
    @JoaoSantos-tq6fj Рік тому

    When running -> istioctl operator init -> Failed to create endpoint for service istio-operator/istio-operator: Unauthorized. I just followed the readme until now

  • @zaidmackay
    @zaidmackay Рік тому +7

    This was great. But can you guys do this with a clearer english speaking presenter? This presenter did a great job but for someone watching this that is new to this subject it's really difficult to understand what he is saying.

  • @SantoshKumar-lz2ti
    @SantoshKumar-lz2ti Рік тому

    @dviejo