Initial commit

users route is incomplete
can auth using SIWE and SIWS when used with zkl-roadhog
more to come...
This commit is contained in:
2024-10-01 22:43:21 +03:00
commit a920a7d21a
12 changed files with 2207 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "zkl-ccir",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpx nodemon ./index.js"
},
"keywords": [],
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "AGPL-3.0-only",
"dependencies": {
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"elliptic": "^6.5.7",
"express": "^4.21.0",
"mongoose": "^8.7.0",
"morgan": "^1.10.0",
"siwe": "^2.3.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}