diff --git a/package.json b/package.json
index 331f934..626583a 100644
--- a/package.json
+++ b/package.json
@@ -41,9 +41,14 @@
"lint-staged": "^13.0.3"
},
"dependencies": {
+ "@aztec/accounts": "^0.35.1",
+ "@aztec/aztec.js": "^0.35.1",
+ "@aztec/noir-contracts.js": "^0.35.1",
"@openzeppelin/contracts": "^5.0.2",
+ "@types/node": "^20.12.7",
"@usedapp/core": "^1.2.13",
"ethers": "^6.12.0",
+ "typescript": "^5.4.5",
"validator": "^13.11.0",
"web3-validator": "^2.0.5"
}
diff --git a/packages/nextjs/components/GameForm.tsx b/packages/nextjs/components/GameForm.tsx
index 6eca63b..28d9f2c 100644
--- a/packages/nextjs/components/GameForm.tsx
+++ b/packages/nextjs/components/GameForm.tsx
@@ -191,13 +191,17 @@ export const GameForm = ({ mode, initialOpponentAddress, initialAmount }: GameFo
Game Setup
-
+ {mode === "join" && (
+ <>
+
+ >
+ )}