forked from sagnik/Project_Astral
18 lines
544 B
JSON
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"
|
|
}
|
|
} |