examples/tic-tac-toe/ui/README.md
This demo app showcases two versions of on-chain tic-tac-toe. One version utilizes shared objects for coordination between players, while the other uses owned objects and multi-sigs functionality.
This part of the demo illustrates how to:
devInspectTransactionBlock to run Move code to extract more complex
state from on-chain.This dApp was created using @mysten/create-dapp that sets up a basic React
Client dApp using the following tools:
@mysten/dapp-kit for connecting to
wallets and loading dataTo install dependencies you can run
pnpm install
To start your dApp in development mode run
pnpm dev
To build your app for deployment you can run
pnpm build