Ravencoin, Petri Nets, and Supply Chains
Ravencoin, Petri Nets, and Supply Chains Andrew Berman 11/25/2018 I show how Ravencoin Tokens can be used to model the state of a Petri Net and give an example of how we can use this model for supply chain management on the Ravencoin blockchain. A Petri Net ( https://en.wikipedia.org/wiki/Petri_net ) is a state transition diagram with a certain set of properties. They are defined by three basic components: places, arcs, and transitions. Their state is defined by another type of component: tokens, which move from place to place. Petri nets are sophisticated enough to mimic many business processes. The state of a Petri Net can be fully represented in the Ravencoin blockchain. A set of Ravencoin addresses can represent the Petri Net places and Ravencoin tokens can represent the Petri Net tokens. As Ravencoin does not have smart contracts, the *logic* of the Petri Net remains off chain. Specifically, the movement of the tokens must take pl...