Chris-Baker / battlesnark

zk-SNARK Battleship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BattleSnark

ZK-Snark powered Battleship on the Ethereum Blockchain

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

About

zk-SNARK Battleship


Languages

Language:Solidity 77.1%Language:TypeScript 19.2%Language:Shell 3.7%