Docker Installation
Run the following commands from a folder of your choice
git clone https://github.com/icolomina/equillar.git
cd equillar
docker network create soroban-equillar
docker compose up
If you are re-creating the containers and want to avoid cache, run the next commands:
docker-compose build --no-cache
docker-compose up
After doing that, you will be able to access the platform dashboard following this url: "http://127.0.0.1:8000/app"