And numerous other performance, usability, and code enhancements. You’ll find the new version significantly easier to deploy and use and we hope you enjoy it.
When it’s time to take your app to production, you’ll be able to get commercial support under enterprise SLAs from our friends at IntellectEU, with more partners coming soon.
Many of you have reached out to us to ask about DAML on Fabric and we’ll be contacting you individually over the next few days.
Keep an eye out for the forthcoming DAML release too - featuring a live in-browser example of DAML on Fabric.
Finally, credit to Digital Asset’s @sormeter for leading the engineering effort!
[error] (run-main-0) com.daml.FabricContextException: response {
[error] status: 500
[error] message: “make sure the chaincode daml_on_fabric has been successfully defined on channel mainchannel and try again: chaincode daml_on_fabric not found”
[error] }
What do I do wrongly?
(Apart from this, am I right to think that some references are not correct in the README file?
I think in section Step 2. Extract and build Quick Start project
$ cd ~/quickstart/
should be
$ cd ~/daml-on-fabric/quickstart
because the quickstart package was downloaded within the daml-on-fabric folder.)
@gyorgybalazsi have a look at the issue. I explained the issue and link to a PR that fixes it. It’s a two-line fix so you can apply it yourself to get unblocked.
Thanks, @bernhard, I have modified the network name to damlonfabric in the fabric.sh script and in the peer-base.yaml file, and get the same error as before.