Creates a basic unit test and EOSIO smart contract.
To test a basic EOSIO contract without DAPP Network services, run the following:
This will create your new working directory, create your zeus-box.json (package.json), install the necessary zeus_boxes (node_modules) dependencies, create the example contract and unit test, compile the contract, start the local environment, and run the example unit tests.
# create dirmkdireosio-contract; cdeosio-contract# create zeus-box.json/package.json defaultzeusboxcreate# unbox unit testing associated boxeszeusunboxseed-tests# create your own contractzeuscreatecontractmycontract--template=simplecontract# if using an old cdt --legacy-cdt# compilezeuscompilemycontract# if using an old cdt --legacy-cdt# start local env and testzeustestmycontract