Step by step guide to setup hyperledger fabric network on your local machine without using docker.
Things you need to install
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.0
Above command executes a bash script that will download and extract all of the platform-specific binaries
- configtxgen
- configtxlator
- cryptogen
- discover
- idemixgen
- orderer
- peer
- fabric-ca-client
- cryptogen --> crypto-config.yaml
- configtxgen --> configtx.yaml
- Orderer --> orderer.yaml
- peer --> core.yaml
Binary files associated with their respective configurations.