fabric-chaincode-wasm
fabric-chaincode-wasm copied to clipboard
Hyperledger Fabric Chaincode using WebAssembly
Add entities extension which is a BCCSP wrapper with commodity factories and functions to perform cryptographic operations such as encryption and elliptic curve digital signatures. Links: https://github.com/hyperledger/fabric/blob/3bae50c872e9f6a4539cf5524039511fb68b289a/core/chaincode/shim/ext/entities/entities.go#L58 https://github.com/hyperledger/fabric/tree/release-1.4/examples/chaincode/go/enccc_example
Expose Chaincode access control API for WASM chaincodes. More info here: https://github.com/hyperledger/fabric/tree/release-1.4/core/chaincode/shim/ext/cid
Use makefile to generate wasm binary for unit testing