Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
this was supposed to already happen; got lost somehow

Co-authored-by: Jost <[email protected]>
  • Loading branch information
pdaoust and jost-s authored Jan 30, 2025
1 parent 7a71396 commit 2646276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/dnas.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coordinator:
* `name`: A string for humans to read. This might get used in the admin panel of Holochain [conductors](/concepts/2_application_architecture/#conductor) like [Holochain Launcher](https://github.com/holochain/launcher).
* `integrity`: Contains all the integrity modifiers for the DNA, the things that **change the DNA hash**.
* `network_seed`: A string that serves only to change the DNA hash without affecting behavior. It acts like a network-wide passcode. {#network-seed}
* `properties`: Arbitrary, application-specific constants. The integrity code can access this, deserialize it, and change its runtime behavior. Think of it as configuration for the DNA.
* `properties`: Arbitrary, application-specific constants. The zome code can read this at runtime. Think of it as configuration for the DNA.
* `origin_time`: The earliest possible timestamp for any data; serves as a basis for coordinating network communication. Pick a date that's guaranteed to be slightly earlier than you expect that the app will start to get used. The scaffolding tool and `hc dna init` will both pick the date you created the DNA.
* `zomes`: A list of all the integrity zomes in the DNA.
* `name`: A unique name for the zome, to be used for dependencies.
Expand Down

0 comments on commit 2646276

Please sign in to comment.