This commit is contained in:
aozhiwei 2024-06-17 11:30:32 +08:00
parent d7caa3ad6b
commit 6703afd46d
2 changed files with 4106 additions and 0 deletions

4090
server/web3tools/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
{
"name": "web3tools",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {},
"dependencies": {
"j7": "file:../../third_party/j7",
"common": "file:../common",
"@metamask/eth-sig-util": "^4.0.0",
"express": "^4.17.2",
"log4js": "~6.3.0",
"mysql": "~2.18.1",
"web3": "^1.6.1"
}
}