Files
Project_Astral/blockchain/package.json
2026-02-25 00:50:23 +05:30

18 lines
544 B
JSON

{
"name": "blockchain",
"version": "1.0.0",
"description": "This folder provisions an air-gapped private Ethereum network using Geth + Clique (PoA), then deploys `AstralAccess.sol` with Hardhat.",
"main": "deploy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "hardhat run deploy.js --network localhost"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"ethers": "^6.11.1",
"hardhat": "^2.22.2"
}
}