Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Smart Contracts for Fractal workshops and demos

Notifications You must be signed in to change notification settings

decentdao/fractal-demos-contracts

Repository files navigation

Game Contracts

Connect Four

Scripts

name description
test run hardhat tests
compile run hardhat compiler; also runs typechain compiler
deploy:connectFour:goerli deploys battleship factory and impl contracts to goerli network
verify:goerli verify deployed contracts on goerli network

Local Development

setup...

nvm use
pnpm install

compile...

pnpm run compile

Credits

Connect Four

Connect Four contract variables and methods inspired from: Miguel Piedrafita Connect4 Smart Contract