Initial commit: Chain 138 Explorer monorepo structure

This commit is contained in:
defiQUG
2025-12-23 16:19:10 -08:00
commit 4d4f8cedad
8 changed files with 1545 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "chain-138-explorer",
"version": "1.0.0",
"description": "Comprehensive blockchain explorer for ChainID 138",
"main": "frontend/public/index.html",
"scripts": {
"deploy": "./scripts/deploy.sh",
"test": "./scripts/test.sh",
"lint": "echo 'Linting not configured'"
},
"keywords": [
"blockchain",
"explorer",
"ethereum",
"blockscout",
"bridge",
"weth"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
}
}