./restart-aebc.sh
./stop-aebc.sh
aeproject node
aeproject deploy
aeproject compiler --start
aeproject shape vue
npm i -g aeproject ## install the aeproject tool
mkdir firstAeProject
cd firstAeProject
aeproject init ## initiate a new project - creates project structure
aeproject node ## runs the blockchain with 3 nodes
aeproject deploy
aeproject history
npm i aeproject-logger --save
npm i aeproject-utils --save
npm i prompts --save
aeproject test