Crate amoeba

source ·
Expand description

This file represents a simple example Tuxedo piece that tracks amoeba populations. Amoeba’s can be affected in three ways throughout their lifecycle.

  1. A new amoeba can be created by a creator. This is analogous to divine creation of a new species, and is currently not feature-gated, which is not very realistic. Ideally there would be a simple genesis config.
  2. An existing amoeba can die. When an amoeba dies, the utxo that represents it is consumed, and nothing new is created.
  3. An existing amoeba can undergo mitosis. Mitosis is a process that consumes the mother amoeba and creates, in its place two new daughter amoebas.

Structs§

  • A constraint checker for simple creation of an amoeba.
  • A constraint checker for simple death of an amoeba.
  • An amoeba tracked by our simple Amoeba APP
  • A constraint checker for the process of amoeba mitosis The mitosis is valid is the following criteria are met

Enums§