# EOS SDK

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

* eos-client-js - installs `eosjs`and `eosjs-ecc` in `frontends/main`
* [eos-extensions](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/eos-sdk/eos-extensions) - install eos/eosio.cdt, launch local nodeos, launch system contracts, cmake/make smart contract command, `upsert-dsp-permission` zeus command for dsps
* eos-keystore - `zeus key import/export` commands, encrypt/decrypt private key unit tests
* eosio-system-contracts - [`eosio.contracts`](https://github.com/EOSIO/eosio.contracts)
* seed-eos - tool files for pushing eosio trxs, configuring networks, deploying contracts
* zeus-eos - cmake file placeholder&#x20;


---

# 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/sdks/eos-sdk.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.
