All DAPP Network Services
Zeus easily allows integration and setup for using DAPP Network services
mkdir all-dapp-services; cd all-dapp-services
zeus box create
zeus unbox all-dapp-services
# create contract named mycontract, stored in ./zeus_boxes/contracts/eos
zeus create contract mycontract # if using an old cdt --legacy-cdt
# can also compile
zeus compile mycontract # if using an old cdt --legacy-cdtLast updated
Was this helpful?