├── LICENSE ├── README.md ├── contracts └── eosmechanics.cpp └── scripts ├── mech_actions.sh ├── mech_check.sh └── mech_loop.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/README.md -------------------------------------------------------------------------------- /contracts/eosmechanics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/contracts/eosmechanics.cpp -------------------------------------------------------------------------------- /scripts/mech_actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/scripts/mech_actions.sh -------------------------------------------------------------------------------- /scripts/mech_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/scripts/mech_check.sh -------------------------------------------------------------------------------- /scripts/mech_loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlohaEOS/eos-mechanics/HEAD/scripts/mech_loop.sh --------------------------------------------------------------------------------