Initial commit

This commit is contained in:
FrondEnt
2026-01-29 22:13:37 +02:00
commit 1b9535a9cb
20 changed files with 2083 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "polyassistent",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"ethers": "^6.11.1",
"ws": "^8.18.0"
}
}