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

@@ -0,0 +1,3 @@
{
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3"
}

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",