add web3tools

This commit is contained in:
aozhiwei 2023-07-22 17:50:01 +08:00
parent 7e0fb107d2
commit 4789609095
3 changed files with 6931 additions and 0 deletions

3
server/web3tools/app.js Normal file
View File

@ -0,0 +1,3 @@
const app = require('j7/app');
const event = require('j7/event');
const config = require('j7/config');

6912
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"
}
}