Skip to content

CheesecakeLabs/stellar-token-factory

Repository files navigation


Logo

Cheesecake Stellar Token Factory

Cheesecake Stellar Token Factory is composed by:

Topics

Getting started

Requirements

Docker Desktop Recommendations

To run this project, there are some recommendations about the Docker Desktop resources configuration. You can find how to edit the resources settings here.

  • CPUs: 1
  • Memory: 1GB

Running application locally

Running with Docker

To start all the applications locally, follow these steps:

1. To change and overide pre-defined environment variables, you can create a .env file in the KEY=VALUE pair format in the project's root directory, so Docker can pass these environment variables to the running applications. Check the .env.example to see available environment variables.

2. Start the applications:

$ make docker-run

This will download, build the applications and configure all the infrastructure needed to run them, which will respond in the following routes:

3. To stop the applications:

$ make docker-stop

Running components with Docker

If you want to, you can run the components separatly. For example, if you want to start only the Frontend, you can run:

$ make docker-run-frontend

You can find all possible ways of running the components in the Makefile:

$ make help

Infrastructure Architecture

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •