This is a Solana DApp to play tic-tac-toe against yourself.
Make sure you have dev SOL tokens from https://faucet.solana.com/ to your wallet and make the switch to devnet in Phantom settings.
This app is deployed to https://tictactoe.walletbubbles.com.
- Follow these instructions
anchor buildanchor keys list- copy key into
src/lib.rs,Anchor.toml, anddemo/tic_tac_toe.json - in new terminal tab run
solana-test-validatorand keep running - make sure you have airdropped at least 3 SOL to your wallet (in the instructions - first step)
anchor deploycd demoyarn installyarn dev- open your browser to
http://localhost:3000 - switch the Phantom browser extension to localnet
- start a new game and play!