Quick Start
Requirements
In order to have aeproject working you must have installed the following:
Note: For older versions on widnows you can use docker-toolbox. This will install docker-compose as part of the toolkit. Please bear in mind that the your docker-compose version must be at least 1.20.0
Install
Init a project
This will create the project scaffold with an example contract including tests as well as a sample deployment script.
Running a local environment
This will run a local network (node, compiler and nginx-proxy) and prefund multiple addresses which can be used for tests.
To stop an already spawned local environment use aeproject env --stop
Node and compiler can also be started independently:
aeproject node
aeproject compiler
Testing
This will run the tests located in ./test
folder.
Deploying
Run the following in order to execute the deployment file created from the aeproject init command:
Last updated