kunalmodi / battlesnark

zk-SNARK Battleship in Solidity
22 stars 2 forks source link

BattleSnark

ZK-Snark powered Battleship on the Ethereum Blockchain

Details: https://kunalm.xyz/posts/zksnark-battleship.html

To run:

yarn install
# Compile the circuits
cd scripts && ./circuits.sh
# Compile the contracts
yarn hardhat compile
# Run the tests to simulate gameplay
yarn hardhat test