Local Environment
Last updated
Was this helpful?
Last updated
Was this helpful?
The command is responsible for setting up a healthy local environment. The env
command helps developers run a local node and a local compiler in dev-mode using docker. To spawn a fully functional environment it can take a couple of minutes depending on your system.
If using Windows, WSL 2 needs to be used for AEproject to work normally, see https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers
You can stop both the node and the compiler by running
There are optional parameters --nodeVersion and --compilerVersion. To specify a specific version of node or compiler, or both
This also applies to the commands aeproject node
and aeproject compiler
.
To see whether you have running instances of the nodes along with a compiler you could run the following command
Note: By default AEproject uses the latest-bundle
tag of the official .
Compatibility:
the sdk from @aeternity/aepp-sdk@14 >= v14.0.0
is compatible with NODE_TAG >= v7.1.0
and COMPILER_TAG >= v8.0.0
due to a bug in the devmode plugin, NODE_TAG = v7.1.0
is not compatible with aeproject
Firewalls and any other security feature can block your docker/docker-compose requests. Please check that docker/docker-compose is NOT in its blocked list or has permission to make requests.