zeus migrate --creator natdeveloper --network=development
, e.g., deploys all migrations for creator natdeveloper on developmentzeus start-localenv --kill
to kill all existing nodes and processeszeus start-localenv --enable-features
which runs the latest eosio contracts and enables EOSIO features such as bill first auth, etc.zeus start-localenv --single-chain
to only run the provisioning chain if say a box like tokenpeg in unboxed, so you're not running additional nodeos instanceszeus start-localenv --basic-env
which spins up the most basic nodeos envzeus migrate CONTRACT_NAME
./zeus_boxes/contracts
to ./contracts
./logs
folder--enable-features
, add rex--plugin eosio::producer_api_plugin
and --plugin eosio::chain_plugin
to local testsgetTestAccountName
to unit test librarytestinterval
and rminterval
actions to cronconsumer unit test and example contractzeus create contract mycontract --template=simplecontract
DSP_BACKOFF_EXPONENT
from 1.5 to 1.1interval
, and rminterval