Blockchain added
This commit is contained in:
19
blockchain/package.json
Normal file
19
blockchain/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "lexichain-blockchain",
|
||||
"version": "1.0.0",
|
||||
"description": "LexiChain Document Registry - Solidity Smart Contract",
|
||||
"scripts": {
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"node": "hardhat node",
|
||||
"deploy:local": "hardhat run scripts/deploy.ts --network localhost",
|
||||
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||||
"hardhat": "^2.22.0",
|
||||
"typescript": "^5.0.0",
|
||||
"ts-node": "^10.9.0",
|
||||
"@types/node": "^20.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user