No description
Find a file
Lyuboslav Lyubenov c9e128b7ff Initial commit
2025-07-31 22:45:02 +03:00
bin Initial commit 2025-07-31 22:45:02 +03:00
src Initial commit 2025-07-31 22:45:02 +03:00
.gitignore Initial commit 2025-07-31 22:45:02 +03:00
.node-version Initial commit 2025-07-31 22:45:02 +03:00
Dockerfile Initial commit 2025-07-31 22:45:02 +03:00
package.json Initial commit 2025-07-31 22:45:02 +03:00
pnpm-lock.yaml Initial commit 2025-07-31 22:45:02 +03:00
README.md Initial commit 2025-07-31 22:45:02 +03:00
tsconfig.json Initial commit 2025-07-31 22:45:02 +03:00

Lyubos Toolbox Solidity

This repository contains various Solidity tools and utilities.

Usage

To run the application, you can use Docker. The port can be specified via an environment variable.

Docker

  1. Build the Docker image:
docker build -t lyubos-toolbox-solidity .
  1. Run the container with a custom port (default is 3000):
docker run -e PORT=8080 -p 8080:8080 lyubos-toolbox-solidity