Salman Baset
Salman Baset
Added support for secp256r1 curve and updated tests. Modified the tests to accept multiple curves.
Hyperledger Fabric uses secp256r1 curve. The keys returned as part of fabric SDK are in raw but they need conversion to hex.
presently, a counter starting from one is initialized in the `dummycc` chaincode. The counter's values are hashed and set as the value of a key upon invocation. The hashed value...
e.g., - create an account on IBM or AWS blockchain platform for Fabric. - Create a two node network (using free tier), single channel network. - Run dummy application against...