gabrielpoca / rock_paper_scissors_starknet

Rock Paper Scissors in Starknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rock Paper Scissors in Starknet


Languages

Language:Cairo 56.1%Language:TypeScript 40.0%Language:JavaScript 2.7%Language:Shell 1.2%