/ether-wars

Primary LanguageSolidityApache License 2.0Apache-2.0

Ethereum Smart Contract Template

This development quick start template is heavily inspired by Georgios's template. Over time it was migrated to use foundry since dapptools was deprecated.

It requires Foundry installed to run. You can find instructions here Foundry installation.

On Windows follow the install documentation: https://book.getfoundry.sh/getting-started/installation

Installation

To install dependencies run: make setup

To compile the contracts run: make build

Play

To run a game: make play