/rock_paper_scissors_starknet

Rock Paper Scissors in Starknet

Primary LanguageCairo

Rock Paper Scissors

A Rock Paper Scissors game on the Starknet that mints NFTs for the winners.

Run https://github.com/Shard-Labs/starknet-devnet.

Update the submodule:

git submodule init 
git submodule update

Install the dependencies:

yarn install

Compile the contracts:

yarn compile

Run the tests:

yarn test