This project runs a local Fuel development environment with both an L1 node and a Fuel node.
- docker
- docker-compose
- make
Note: Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably.
To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (8GB recommended). Make sure to click Apply & Restart for the changes to take effect.
To start all containers and build it, use;
make up
To stop to containers, use;
make stop
To remove all images and containers, use;
make clean
To open the logs from the env, use;
make logs
A set of environment variables can be set before running.
You can change these configs on the env files;
- Fuel Core env Fuel Core configurations.
- L1 env L1 configurations.
- PORTS: Exposed ports on host machine.
This repo is licensed under the Apache-2.0
license. See LICENSE
for more information.