Code Monkey home page Code Monkey logo

Comments (4)

raheelzubairy avatar raheelzubairy commented on August 15, 2024

Please try node 6.x
https://hyperledger.github.io/composer/installing/development-tools.html

from decentralized-energy-composer.

cenyuzhang avatar cenyuzhang commented on August 15, 2024

@raheelzubairy thanks. Now the issue is to start the fabric. I had the following error when running the start fabric script.

screen after starting fabric

from decentralized-energy-composer.

raheelzubairy avatar raheelzubairy commented on August 15, 2024

@cenyuzhang I was unable to recreate the error. Can you try removing docker processes and any existing relevant docker images and try again:
docker kill $(docker ps -q)
docker rm $(docker ps -aq)
docker rmi $(docker images dev-* -q)

from decentralized-energy-composer.

cenyuzhang avatar cenyuzhang commented on August 15, 2024

There were several issues that I resolved, one issue was that the hyperledger fabric containers are v1.0.1, while the script was referring to v1.0.0. The other issue when trying to deploy the .bna file was due to the connection.json file under ~/.composer-connection-profiles. It uses localhost, while I have to change that to the docker-machine ip address. I will close out this issue.

from decentralized-energy-composer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.