Forrest logo
back to context overview

minifab

List of commands for minifab:

  • minifab:tldr:03836 minifab: Quickly run an application.
    $ minifab apprun -l ${app_programming_language}
    try on your machine
    explain this command
  • minifab:tldr:1de9d minifab: Bring up the default Hyperledger Fabric network.
    $ minifab up -i ${minifab_version}
    try on your machine
    explain this command
  • minifab:tldr:59451 minifab: Bring down the Hyperledger Fabric network.
    $ minifab down
    try on your machine
    explain this command
  • minifab:tldr:6744f minifab: Install chaincode onto a specified channel.
    $ minifab install -n ${chaincode_name}
    try on your machine
    explain this command
  • minifab:tldr:87e3f minifab: Invoke a chaincode method with the specified arguments.
    $ minifab invoke -n ${chaincode_name} -p '"${method_name}", "${arg0}", "${arg1}", ...'
    try on your machine
    explain this command
  • minifab:tldr:8b0e3 minifab: Install a specific chaincode version onto a channel.
    $ minifab install -n ${chaincode_name} -v ${chaincode_version}
    try on your machine
    explain this command
  • minifab:tldr:a5260 minifab: Make a query on the ledger.
    $ minifab blockquery ${block_number}
    try on your machine
    explain this command
  • minifab:tldr:dd5c6 minifab: Initialize the chaincode after installation/upgrade.
    $ minifab approve,commit,initialize,discover
    try on your machine
    explain this command
back to context overview