diff --git a/README.en.md b/README.en.md index 27a814a..0c02f74 100644 --- a/README.en.md +++ b/README.en.md @@ -22,17 +22,6 @@ Complete Digital Legal Entity application template curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash ``` -**For Windows PowerShell:** -```powershell -# Use WSL or Git Bash -wsl bash -c "curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash" -``` - -**Alternative for Windows (Git Bash):** -```bash -curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash -``` - The script automatically downloads the latest artifacts from the release and deploys `docker-data`. ### 📦 Releases and artifacts @@ -48,7 +37,7 @@ docker-compose up -d ### Access to the application #### Production -- **Frontend**: http://localhost:9000 (HTTP) or https://localhost:9443 (HTTPS) +- **Frontend**: http://localhost:9000 (HTTP) ### Stopping ```bash diff --git a/backend/scripts/contracts-data/modules-deploy-summary.json b/backend/scripts/contracts-data/modules-deploy-summary.json deleted file mode 100644 index ca4b45e..0000000 --- a/backend/scripts/contracts-data/modules-deploy-summary.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "deploymentId": "modules-deploy-1764614264868", - "dleAddress": "0x692a9B9520e63F0CC3f4d2E0458cd4d82cCFd437", - "dleName": "DLE-TEST", - "dleSymbol": "DLET", - "dleLocation": "101000, Москва, Москва, Тверская, 1, 10", - "dleJurisdiction": 643, - "dleCoordinates": "55.7613657,37.63428", - "dleOktmo": "45000000", - "dleOkvedCodes": [ - "62.01.1" - ], - "dleKpp": "773001001", - "dleLogoURI": "/uploads/logos/default-token.svg", - "dleSupportedChainIds": [ - 11155111, - 421614, - 84532 - ], - "totalNetworks": 3, - "successfulNetworks": 3, - "modulesDeployed": [ - "treasury" - ], - "networks": [ - { - "chainId": 11155111, - "rpcUrl": "https://1rpc.io/sepolia", - "modules": [ - { - "type": "treasury", - "address": "0x9dF6640F52ffCAfD86DE143241565edE069720Bc", - "success": true, - "verification": "verified" - } - ] - }, - { - "chainId": 421614, - "rpcUrl": "https://sepolia-rollup.arbitrum.io/rpc", - "modules": [ - { - "type": "treasury", - "address": "0x9dF6640F52ffCAfD86DE143241565edE069720Bc", - "success": true, - "verification": "verified" - } - ] - }, - { - "chainId": 84532, - "rpcUrl": "https://sepolia.base.org", - "modules": [ - { - "type": "treasury", - "address": "0x9dF6640F52ffCAfD86DE143241565edE069720Bc", - "success": true, - "verification": "verified" - } - ] - } - ], - "timestamp": "2025-12-01T18:37:44.868Z" -} \ No newline at end of file