initial ws server with lookupToken

This commit is contained in:
Tim Olson
2023-08-28 20:25:49 -04:00
commit 2a0133e605
7 changed files with 341 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"node": "node main.js"
},
"keywords": [],
"author": "",
"license": "unlicensed",
"dependencies": {
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"socket.io": "^4.7.2"
}
}