Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtech15 committed Nov 27, 2024
1 parent 50f106f commit fd752df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# 🔫 𝕸𝖆𝖋𝖎𝖆 𝕲𝖆𝖒𝖊

<h4 align="center">
<a href="https://docs.scaffoldeth.io">Game rules</a>
</h4>
This project has the purpose of proving that the Mafia game can be part of the web3 space. The game will use a Scaffold ETH template that uses NextJS and Hardhat. Most of the logic will sit off chain, but where it is possible, we can add the functionality on chain.
🧪 DOD: Showcase that Mafia game can be integrated and played using Scaffold ETH by choosing from 3 roles (assassin, police officer, citizen), having a total of 4 players and only one team can win: assassins or the town.
⚙️ Built using NextJS, RainbowKit, Hardhat, Wagmi, Viem, and Typescript.
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@uniswap/v2-sdk": "^4.6.1",
"blo": "^1.0.1",
"burner-connector": "^0.0.8",
"crypto-keccak": "^3.0.9",
"crypto-keccak": "^3.1.0",
"daisyui": "4.12.10",
"next": "^14.2.11",
"next-nprogress-bar": "^2.3.13",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,7 @@ __metadata:
autoprefixer: ^10.4.20
blo: ^1.0.1
burner-connector: ^0.0.8
crypto-keccak: ^3.0.9
crypto-keccak: ^3.1.0
daisyui: 4.12.10
eslint: ^8.15.0
eslint-config-next: ^14.0.4
Expand Down Expand Up @@ -5385,15 +5385,15 @@ __metadata:
languageName: node
linkType: hard

"crypto-keccak@npm:^3.0.9":
version: 3.0.9
resolution: "crypto-keccak@npm:3.0.9"
"crypto-keccak@npm:^3.1.0":
version: 3.1.0
resolution: "crypto-keccak@npm:3.1.0"
dependencies:
node-addon-api: ^2.0.0
node-gyp: latest
node-gyp-build: ^4.2.0
readable-stream: ^3.6.0
checksum: 992213565c85a451a8bc114ebc5bdc9dc5071387ec3ef1f5d97b6155f66fae1768f26beb337df758d29fa334982cd380eb33db316f854964a325d020ed28fd4f
checksum: 12e62c8811a528d1d35bde34e5dd550134bb4721bd43525c13567fa6ae82f0ab610079a22b0f93583247d84d59b052b683ea157259617e41c97c0939ab3b6ca8
languageName: node
linkType: hard

Expand Down

0 comments on commit fd752df

Please sign in to comment.