server works with backend via redis, serves chainInfo, more

This commit is contained in:
Tim Olson
2023-10-04 03:42:21 -04:00
parent e36f7812eb
commit c05c9b9c16
12 changed files with 404 additions and 209 deletions

View File

@@ -11,9 +11,11 @@
"author": "",
"license": "unlicensed",
"dependencies": {
"@socket.io/redis-adapter": "^8.2.1",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"pg": "^8.11.3",
"redis": "^4.6.10",
"socket.io": "^4.7.2"
}
}