AEproject
  • AEproject
  • doc
    • developer-documentation
      • AEproject CLI
        • aeproject export-config
        • Installing and Help
        • aeproject inspect
        • aeproject deploy
        • aeproject compile
        • aeproject test
        • aeproject compatibility
        • aeproject node
        • aeproject env
        • aeproject compiler
        • aeproject init
      • License
      • Migratе from 2.x.x to 3.x.x (after Iris hardfork)
      • Quick Start
  • .github
    • ISSUE_TEMPLATE
      • feature_request
      • bug_report
Powered by GitBook
On this page
  • Help
  • Version
  • Contribution

Was this helpful?

  1. doc
  2. developer-documentation
  3. AEproject CLI

Installing and Help

AEproject is an aeternity framework which helps with setting up a project. The framework makes the development of smart contracts in the aeternity network pretty easy. It provides commands for compilation, deployment of smart contracts, running a local node, local compiler and unit testing the contracts.

The framework can be installed via npm:

npm i -g aeproject

Help

aeproject help

Run this command to give you all possible commands of aeproject + help info

Version

aeproject --version

Running this command will give you the current installed aeproject version

Contribution

If you would like to furter contribute or enhance your project with the CLI, you would need to run the following command once you are in the root folder:

npm run link
Previousaeproject export-configNextaeproject inspect

Last updated 5 years ago

Was this helpful?