195/how-do-i-create-a-new-block-in-hyperledger-fabric
I am trying to create a blockchain and have created a genesis block successfully. I now want to create 2 more blocks on the genesis block using Hyperledger Fabric in Linux. So do we have to create a new channel for creating new block or will the existing channel work?
You need to install and instantiate a chaincode. Then you can do a (write) invoke against that chaincode, which will create new blocks. This will all occur on the existing channel.
Hope this helped.
Is your transaction actually called 'OrderPlaced' (in ...READ MORE
There can only be one block at ...READ MORE
The peers communicate among them through the ...READ MORE
There are three ways you can do ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE
To read and add data you can ...READ MORE
Bitcoin puts a cap of 2,400 transactions ...READ MORE
You can do this by generating the crypto ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.