# AEproject

[![npm version](https://badge.fury.io/js/%40aeternity%2Faeproject.svg)](https://badge.fury.io/js/%40aeternity%2Faeproject)

**AEproject** is an aeternity framework which helps with setting up a project to develop Sophia Smart Contracts. It provides commands to spin up a local environment as well as compilation and deployment of Sophia Smart Contracts. The initial scaffold provides an example contract, corresponding tests and an example deploy script.

## Install

```
npm i -g @aeternity/aeproject
```

## Documentation

* [Quick Start](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/getting-started)
* [AEproject CLI](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli)
  * [Installing and Help](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/install)
  * [aeproject init](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/init)
  * [aeproject env](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/env)
  * [aeproject node](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/node)
  * [aeproject compiler](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/compiler)
  * [aeproject compile](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/compile)
  * [aeproject deploy](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/deploy)
  * [aeproject test](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/testing)
  * [aeproject inspect](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/tx-inspect)
  * [aeproject compatibility](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/compatibility)
* [Migration from version 2.x.x to 3.x.x (after Iris hardfork)](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/migration-from-2.x.x-to-3.x.x)
* [License](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/licence)


---

# 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://aeproject.gitbook.io/aeproject/master.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.
