Questions tagged [hurley]

Use this tag for questions related to blockchains developed with the help of Hurley toolset.

Hurley is a development environment toolset for Enterprise Blockchain projects. It supports Hyperledger Fabric and is being ported to support other chain technologies.

7 questions
2
votes
1 answer

cannot execute npm run env:restart

I am trying to run a simple example here, so far I have setup the convector workspace by installing convector-cli and hurley, also did the npm install. When I try to run the npm run env:restart I get the following error stack trace. Error: No such…
dev777
  • 21
  • 1
1
vote
0 answers

Error while trying to install smart contract using npm run cc:start -- supplychain

I am new to blockchain and we are using hyperledger fabric to run it. The project instructions read: npm i //to install dependencies npm run env:restart //Create a new development blockchain network - From the root of your project npm run…
1
vote
1 answer

How to solve: Convector Hurley install error Error writing Chaincode package contents: no source files found in

When installing a chaincode with Hurley in a Convector project this error is launched: 2019-03-08 08:19:56.808 CST [node-platform] GetDeploymentPayload -> ERRO 003 Error writing folder to tar package no source files found in…
0
votes
1 answer

cannot install chaincode using hurley hyperledger fabric

when i run hurl install "name-of-the-chain" node i receive an error saying "Failed to generate platform-specific docker build: Failed to pull hyperledger/fabric-ccenv:latest: API error (404)" , I've tried to change it in the core.yaml file but still…
0
votes
1 answer

Hyperledger network generated by hurley

How can I change the version on docker images downloaded by hurley when running npm run env:start ? I would like to ask hurley to download v 2.2.0 but it keeps downlaoding v1.4.0 ... I tried to change in docker-compose.yaml and other config files, I…
0
votes
1 answer

npm error when Installing hyperledger Hurley

Trying to install Hyperledger Hurley on ubuntu 18.04 using this command : sudo npm install -g @worldsibu/hurley --unsafe-perm=true New ubuntu 18.04 vm with nothing related Hyperledger installed on it. (Is it the issue ??) I get the following error…
0
votes
2 answers

Running hurl invoke returns Transaction proposal was bad

While invoking a Controller method with hurl invoke, the console returns: [hurley] - Sending transaction... 2019-02-28T22:55:07.051Z - error: [Peer.js]: sendProposal - timed out after:30000 [hurley] - Transaction failed! { Error: Transaction…
ecairol
  • 6,233
  • 1
  • 27
  • 26