This section provides a step-by-step guide on how to set up your environment, install dependencies, and run the project along with a local API proxy for development purposes.
Start by cloning the repository to your local machine:
git clone <repository-url>
cd <project-directory-name>
Before running the project, you must configure environment-specific variables for development environment.
-
Development Environment:
Copy the
.env.example
file, renaming it to.env
:cp .env.example .env
Open this file and add the development API URL:
VITE_ENABLE_PROXY=true VITE_QLI_API_URL=/dev-proxy-qli-api VITE_ARCHIVER_API_URL=/dev-proxy-archiver-api
Ensure these files are not committed to the repository to protect sensitive information.
Install the project's dependencies by running:
pnpm install --frozen-lockfile
This command installs all necessary dependencies required for the project to run.
To start the project in development mode, run:
pnpm run dev
This will start the Vite React development server, typically available at http://localhost:5173. Navigate to this URL in your browser to view the application.
As we use some parts from the 451 Package to our Wallet also apply the Anti-Military License. See https://github.com/computor-tools/qubic-js Further our Wallet Code is protected by the AGPL-3.0 License. You may use our Source-Code for what you need to do business.