Solidity implementation of the Game of Go.
- Live demo: https://go-onchain.netlify.app/
- UI repo: https://github.com/julienbrg/go-onchain
pnpm install
Create a .env
file:
cp .env.template .env
Add your own keys in the .env
file.
pnpm test
pnpm deploy:<NETWORK_NAME>
You can check the current signer wallet balance:
pnpm bal <NETWORK_NAME>
Feel free to reach out: Element, Farcaster, Telegram, Twitter, Discord, or LinkedIn.