Step, Local Step, and Consensus Steps #1171
TheChronicMonster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like to call this entry, "One Step at a Time"
A Reach program moves between different modes or "steps" during its lifecycle. Understanding these steps is the beginning of understanding Reach architecture.
Consensus Steps = “in the contract”
Steps = "a different node in the state diagram of the program"
Local Steps = "on the client with no effect on the blockchain"
Parts of the program where individuals interact privately, usually on their local machine or private instance.
For example,
Increase your understanding by reading more about the Reach model and reviewing our overview.
Beta Was this translation helpful? Give feedback.
All reactions