# DAPP Network

### dapp-network | [Github](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/dapp-network)

* client-lib-base - [`@liquidapps/dapp-client`](https://www.npmjs.com/package/@liquidapps/dapp-client) base
* dapp-cluster-k8s - k8s 1 command setup WIP
* dapp-services-deploy - DSP base install, includes default `package.json`, `config.toml`, and `setup-dsp` command
* dapp-services - compile eos sub command, register package command, DAPP service local env files
* eosio-chains - sidechain local env files
* liquidapps-deployment - complete deployment files and models for setting up token generation event, in coordination with `microauctions` run with `zeus migrate --no-compile-all`
* liquidjungle - liquidjungle liquidx mapping files
* liquidx - localenv files for deploying sidechain services, `zeus create-liquidx-mapping` command, `zeus link-sidechain-dsp` command, liquidx related contract files, mapping files, and unit tests


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/zeus-box-basics/zeus-box-directory/other-boxes/dapp-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
