Following https://github.com/holochain/tryorama/issues/23, I don’t know where I can get the answer faster, we are under a bit of pressure and this is blocking us.
I’m developing the tests for https://github.com/eyss/hc_zome_roles. In this library, the use of the progenitor pattern is required. I know how to get the property from inside the DNA code, but how can I initialize the DNA in tryorama with alice as its progenitor?
I only need alice’s address as a progenitor property of the DNA. Thanks!