> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/overview.md).

# Introduction

### Want to get started fast?

Checkout the following getting started article:&#x20;

<https://medium.com/@NatPDeveloper/intro-to-antelopeio-contracts-with-zeus-4c94ce4d90c9>

### Zeus Offers:

* Single command smart contract testing using the Mocha/Chai framework, includes helper library and key management system
* Easy smart contract compiling (no more eosio-cpp / messing with CMake files)
* Installs all necessary dependencies for smart contract development(nodes, keosd, cleos, eosio.cdt, system contracts, IPFS, gnache, etc)
* Bootstrap a blockchain local testnet (nodeos, system contracts) in as little as 10 seconds!
* Run a full testing suite for DAPP Network Services including gnache (ethereum), IPFS, 2 nodeos instances for 2 blockchains, setting system contracts, PostgreSQL database, 2 DSPs
* Truffle-like interface
* Compile and deploy smart contracts easily to other chains like the [CryptoKylin](https://github.com/cryptokylin/CryptoKylin-Testnet) and [Jungle](https://monitor.jungletestnet.io/#home) testnets.
* Design fluid dApp frontends
* Cross-platform (Windows, OS X, Linux)
* Zeus's zeus-box system is similar to npm (`zeus_boxes` -> `node_modules`, `zeus box create`, `npm init`, `zeus unbox <BOX ->` `npm i <PACKAGE>`)
* Manage development lifecycle with version control
* Open source ([BSD License](https://github.com/liquidapps-io/zeus-sdk/blob/master/zeus-cmd/LICENSE))
* Collection of helpful commands for general smart contract development as well as DAPP Service development

If you want to be up and running with Zeus quickly, you can use our cloud based Zeus-IDE, all you need is a Github account! [Try it here!](https://gitpod.io/#https://github.com/liquidapps-io/zeus-ide)

{% content-ref url="/pages/-MY5lSmW6XhFV8VrWJmk" %}
[Get Started fast! (Zeus-IDE)](/liquidapps-documentation/working-with-zeus-sdk/overview/zeus-ide-gitpod.md)
{% endcontent-ref %}
