This commit is contained in:
2026-05-10 18:25:58 +01:00
parent 165af509ef
commit e4f4992a1b
31 changed files with 2708 additions and 495 deletions

View File

@@ -2,6 +2,9 @@
"name": "lexichain-blockchain",
"version": "1.0.0",
"description": "LexiChain Document Registry - Solidity Smart Contract",
"engines": {
"node": ">=20 <23"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",