Install Zeus and Unboxing
Zeus can easily be installed with:
npm install -g @liquidapps/zeus-cmdmkdir helloworld; cd helloworld
zeus box createzeus unbox helloworld
# to compile, start local env, and run unit tests
zeus test -c
# create new contract
zeus create contract hello --chain=eos --language=cpp --template=simplecontractzeus unbox all-dapp-services
# to compile, start local env, and run unit tests
zeus test -c
# create new contract
zeus create contract <CONTRACT_NAME>zeus list-boxesLast updated
Was this helpful?