You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composing zomes and DNAs into an app
* DNA and app manifest formats
* Coordinator swapping
* cell provisioning strategies
* Create -- always create a new cell
* UseExisting -- requires existing cell under same key derivation tree (not implemented?)
* CreateIfNotExists -- try UseExisting followed by Create (not implemented?)
* CloneOnly -- defer instantiation until first clone. How is this different from Create with deferred and no effective instantiation?
* Common flags
* deferred -- don't create one until asked (not implemented? how do you ask?)
* clone_limit -- how many clones can be created?
The text was updated successfully, but these errors were encountered:
mattyg
changed the title
Practicle guide to app architecture
Practical guide to app architecture
Oct 14, 2024
Must include:
Possible topics include
* DNA and app manifest formats
* Coordinator swapping
* cell provisioning strategies
*
Create
-- always create a new cell*
UseExisting
-- requires existing cell under same key derivation tree (not implemented?)*
CreateIfNotExists
-- tryUseExisting
followed byCreate
(not implemented?)*
CloneOnly
-- defer instantiation until first clone. How is this different fromCreate
withdeferred
and no effective instantiation?* Common flags
*
deferred
-- don't create one until asked (not implemented? how do you ask?)*
clone_limit
-- how many clones can be created?The text was updated successfully, but these errors were encountered: