mirror of
https://github.com/LyuboslavLyubenov/solidity-toolbox.git
synced 2025-12-17 12:35:24 +00:00
No description
| bin | ||
| src | ||
| .gitignore | ||
| .node-version | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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
- Build the Docker image:
docker build -t lyubos-toolbox-solidity .
- Run the container with a custom port (default is 3000):
docker run -e PORT=8080 -p 8080:8080 lyubos-toolbox-solidity