fabric-chaincode-wasm icon indicating copy to clipboard operation
fabric-chaincode-wasm copied to clipboard

Hyperledger Fabric Chaincode using WebAssembly

Results 3 fabric-chaincode-wasm issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

Use makefile to generate wasm binary for unit testing