0.1.19 • Published 1 year ago

fractal-demos-contracts v0.1.19

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Game Contracts

Connect Four

Scripts

namedescription
testrun hardhat tests
compilerun hardhat compiler; also runs typechain compiler
deploy:connectFour:goerlideploys battleship factory and impl contracts to goerli network
verify:goerliverify 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