Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .syncpackrc.cjs

This file was deleted.

8 changes: 0 additions & 8 deletions .syncpackrc.json

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ over authentication, signing, and key management architecture.

Everything is fully open source and Apache-2.0 licensed:

- Non-custodial, based on Multi-Party Computation(MPC)
- Non-custodial, based on Multi-Party Computation (MPC)

- Key Management: Hybrid signing model utilizing TSS(Threshold Signature
Scheming) plus SSS(Shamir’s Secret Sharing)
- Key Management: Hybrid signing model utilizing TSS (Threshold Signature
Scheming) plus SSS (Shamir’s Secret Sharing)

- Key Security: Signatures are generated via distributed key shares; private key
never reconstructed.
Expand Down
10 changes: 5 additions & 5 deletions apps/customer_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "*",
"@floating-ui/react": "*",
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.27.16",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-common-ui": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"@tanstack/react-query": "*",
"@tanstack/react-table": "*",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/demo_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@cosmjs/proto-signing": "^0.33.1",
"@keplr-wallet/proto-types": "^0.12.250",
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-common-ui": "workspace:*",
"@oko-wallet/oko-sdk-core": "^0.0.6-rc.124",
"@oko-wallet/oko-sdk-cosmos": "^0.0.6-rc.150",
"@oko-wallet/oko-sdk-eth": "0.0.6-rc.133",
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
Expand Down
10 changes: 5 additions & 5 deletions apps/email_template_2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "*",
"@floating-ui/react": "*",
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.27.16",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-common-ui": "workspace:*",
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
"@tanstack/react-query": "*",
"@tanstack/react-table": "*",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/oko_admin_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"lint": "next lint"
},
"dependencies": {
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-common-ui": "workspace:*",
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
"@tanstack/react-query": "*",
"@tanstack/react-table": "*",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.65.0",
"react-intl": "*",
"react-intl": "^7.1.14",
"zustand": "^5.0.6"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions apps/user_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"lint": "next lint"
},
"dependencies": {
"@floating-ui/dom": "*",
"@floating-ui/react": "*",
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "^0.27.16",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-common-ui": "workspace:*",
"@oko-wallet/oko-sdk-cosmos": "^0.0.6-rc.150",
"@oko-wallet/oko-sdk-eth": "0.0.6-rc.133",
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
"@tanstack/react-query": "*",
"@tanstack/react-table": "*",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-table": "^8.21.3",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
Expand Down
6 changes: 3 additions & 3 deletions backend/admin_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/postgres-lib": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand All @@ -38,8 +38,8 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/he": "^1.2.0",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "*",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
Expand Down
6 changes: 3 additions & 3 deletions backend/ct_dashboard_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/postgres-lib": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand All @@ -34,8 +34,8 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "*",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
Expand Down
10 changes: 5 additions & 5 deletions backend/log_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/postgres-lib": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"cors": "^2.8.5",
"dayjs": "^1.11.18",
"dotenv": "^16.4.5",
Expand All @@ -27,22 +27,22 @@
"swagger-ui-express": "^5.0.1",
"uuid": "^13.0.0",
"winston": "^3.17.0",
"winston-elasticsearch": "*",
"winston-elasticsearch": "^0.19.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/express-rate-limit": "^6.0.2",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "*",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^24.10.1",
"@types/supertest": "^6.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"jest": "^30.1.3",
"supertest": "*",
"supertest": "^7.0.0",
"ts-jest": "^29.4.5",
"typescript": "^5.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions backend/oko_api/error_codes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"jest": "^30.1.3",
"ts-jest": "^29.4.5",
Expand Down
6 changes: 3 additions & 3 deletions backend/oko_api/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@oko-wallet/admin-api": "workspace:*",
"@oko-wallet/crypto-js": "0.0.2-alpha.5",
"@oko-wallet/ct-dashboard-api": "workspace:*",
"@oko-wallet/dotenv": "0.0.2-alpha.25",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/log-api": "workspace:*",
"@oko-wallet/oko-api-openapi": "workspace:*",
"@oko-wallet/oko-api-server-state": "workspace:*",
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/social-login-api": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"@oko-wallet/tss-api": "workspace:*",
"@oko-wallet/user-dashboard-api": "workspace:*",
"chalk": "^5.5.0",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^24.10.1",
Expand Down
4 changes: 2 additions & 2 deletions backend/oko_api_server_state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@oko-wallet/bytes": "0.0.3-alpha.61",
"@oko-wallet/crypto-js": "0.0.2-alpha.5",
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^24.10.1",
Expand Down
6 changes: 3 additions & 3 deletions backend/oko_pg_interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@oko-wallet/cait-sith-keplr-addon": "workspace:*",
"@oko-wallet/cait-sith-keplr-express": "workspace:*",
"@oko-wallet/crypto-js": "0.0.2-alpha.5",
"@oko-wallet/dotenv": "0.0.2-alpha.25",
"@oko-wallet/dotenv": "0.0.2-alpha.26",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/postgres-lib": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"jest": "^30.1.3",
"knex": "^3.1.0",
"pg": "^8.16.3",
"pgsql-parser": "^17.7.8",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"ts-jest": "^29.4.5",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"type": "module",
"dependencies": {
"@asteasolutions/zod-to-openapi": "*",
"@asteasolutions/zod-to-openapi": "^8.1.0",
"zod": "^4.1.12"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions backend/social_login_api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@oko-wallet/social-login-api",
"private": true,
"main": "./src/index.ts",
"type": "module",
"scripts": {
Expand All @@ -10,15 +11,15 @@
"@oko-wallet/oko-api-error-codes": "workspace:*",
"@oko-wallet/oko-api-openapi": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"express": "*"
"express": "^4.21.1"
},
"devDependencies": {
"@types/express": "*",
"@types/jest": "*",
"@types/node": "*",
"@types/supertest": "*",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"@types/supertest": "^6.0.3",
"jest": "^30.1.3",
"supertest": "*",
"supertest": "^7.0.0",
"ts-jest": "^29.4.5",
"typescript": "^5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion backend/tss_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^24.10.1",
Expand Down
12 changes: 6 additions & 6 deletions backend/user_dashboard_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@oko-wallet/oko-pg-interface": "workspace:*",
"@oko-wallet/oko-types": "workspace:*",
"@oko-wallet/postgres-lib": "workspace:*",
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "8.2.1",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "*",
"multer": "^2.0.0",
"nodemailer": "^7.0.4",
"pg": "^8.16.3",
"sharp": "0.33.4",
Expand All @@ -34,17 +34,17 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "*",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "*",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/nodemailer": "^6.4.17",
"@types/supertest": "^6.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"jest": "^30.1.3",
"supertest": "*",
"supertest": "^7.0.0",
"ts-jest": "^29.4.5",
"typescript": "^5.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
2 changes: 1 addition & 1 deletion common/oko_types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"viem": "^2.41.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"typescript": "^5.8.3"
}
Expand Down
Loading