Open anweiss opened 3 years ago
As a follow up, I spent a little time trying to get this to work but to no avail. Per https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-hyperledger-develop-chaincode.html, you have to bundle all of the npm deps, which I tried doing with browserify. But ran into all sorts of errors when attempting to bundle @accordproject/cicero-core
and @accordproject/cicero-engine
. Both of these libraries have dependencies on front-end components which are quite cumbersome to bundle. When attempting to instantiate the chaincode, I run into module import errors.
Any idea if this contract runs on HLF v1.4, specifically on an AWS Managed Blockchain networK?