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 aeprojectHelp
aeproject helpRun this command to give you all possible commands of aeproject + help info
Version
aeproject --versionRunning 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 linkLast updated
Was this helpful?