-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

minifab


> Utility tool that automates the setup and deployment of Hyperledger Fabric networks.

More information.


Bring up the default Hyperledger Fabric network:

minifab up -i {minifab_version}

Bring down the Hyperledger Fabric network:

minifab down

Install chaincode onto a specified channel:

minifab install -n {chaincode_name}

Install a specific chaincode version onto a channel:

minifab install -n {chaincode_name} -v {chaincode_version}

Initialize the chaincode after installation/upgrade:

minifab approve,commit,initialize,discover

Invoke a chaincode method with the specified arguments:

minifab invoke -n {chaincode_name} -p '"{method_name}", "{arg0}", "{arg1}", ...'

Make a query on the ledger:

minifab blockquery {block_number}

Quickly run an application:

minifab apprun -l {app_programming_langauge}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:26:53 2024