name | description |
---|---|
test | run hardhat tests |
compile | run hardhat compiler; also runs typechain compiler |
deploy:connectFour:sepolia | deploys battleship factory and impl contracts to goerli network |
verify:sepolia | verify deployed contracts on goerli network |
setup...
nvm use
pnpm install
compile...
pnpm run compile
Connect Four contract variables and methods inspired from: Miguel Piedrafita Connect4 Smart Contract