Skip to content

Blockchain-Battleship/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship Smart Contracts

N|Solid

Build Status

Batleship is a strategy board game built on the Ethereum blockchain, using zero knowledge proof for validating moves and detecting fowl plays.

Features

  • Secured using Zero Knowledge Proofs.
  • Upgradable Game Logic Contract
  • Automatic fowl play detection

Tech

Blockchain Battleship uses a number of open source projects to work properly:

  • Truffle - A world class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.

Installation

Install truffle globally

npm i -g truffle

compile the contracts

cd battleship-smartcontracts
truffle compile

run tests

cd battleship-smartcontracts
truffle test

License

SPDX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published