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:
Help
Run this command to give you all possible commands of aeproject
+ help info
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:
Last updated