Giter Club home page Giter Club logo

fabricnetgenerator's People

Contributors

suddutt1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fabricnetgenerator's Issues

chaincode path

Solved:
According to the logic present till 23-11-2017
we have to create a folder structure like:
chaincode/your folder structure/chaincodename.go

Process:
Create the folder called "chaincode" inside fabricnetgenarator (it will be the downloaded folder name).
Now create another folder structure (your folder structure) inside "chaincode" as specified in the network-config.json file and put the chaincode in it.
chaincode/your folder structure/chaincodename.go

Invalid Keys

Hi, I used your generator, but having issues with ./generateartifacts.sh and getting this error:

 *********** Deleting old certificates ******* 
 ************ Generating certificates ********* 
superbuyer.com
rapidseller.net
transnet.com
 ************ Generating tx files ************ 
2019-11-13 08:43:40.878 -03 [common/configtx/tool] main -> INFO 001 Loading configuration
2019-11-13 08:43:40.894 -03 [common/configtx/tool/localconfig] Load -> CRIT 002 Error unmarshaling config into struct:  20 error(s) decoding:

* '' has invalid keys: capabilities, channel
* 'Application' has invalid keys: Capabilities, Policies
* 'Orderer' has invalid keys: Capabilities, Policies
* 'Organizations[0]' has invalid keys: Policies
* 'Organizations[1]' has invalid keys: Policies
* 'Organizations[2]' has invalid keys: Policies
* 'Organizations[3]' has invalid keys: Policies

Is it due to compatibility issues?

bash cli commands mentioned in read me

Solved:

Present:
docker exec -it cli bash -f ./buildandjoinchannel.sh # To build and join channel
docker exec -it cli bash -f ./chaincode id_install.sh # To install the chain code

Corrected:

docker exec -it cli bash -e ./buildandjoinchannel.sh # To build and join channel
docker exec -it cli bash -e ./chaincode id_install.sh # To install the chain code

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.