Welcome to Starkcade CoinFlip, an interactive and decentralized CoinFlip game built on the Starknet blockchain. Test your luck by placing bets on heads or tails, and see if you can beat the odds!
The game leverages Starknet for decentralized, low-cost, and secure interactions, ensuring a fun, trustless gaming experience. This project was created using Scaffold Stark.
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
- Rust
- asdf
- Cairo 1.0 extension for VSCode
More info: Scaffold Docs
//Replace with your fork path
git clone https://github.com/Chonete-Builders/Starkcade.git
cd Starkcade
Using yarn:
yarn install
Using yarn:
yarn start
- In the forked repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
- Commit your changes and push to your fork.
- Open a pull request to the main repository.