Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.62 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.62 KB

Starkcade CoinFlip 🎲

starkcade Small

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!

📝 Overview

The game leverages Starknet for decentralized, low-cost, and secure interactions, ensuring a fun, trustless gaming experience. This project was created using Scaffold Stark.

💻 Local Development

Prerequisites

More info: Scaffold Docs

SetUp Guide

1. Fork the Repo

2. Clone the Repo

//Replace with your fork path

git clone https://github.com/Chonete-Builders/Starkcade.git 
cd Starkcade

3. Install Dependencies

Using yarn:

yarn install

4. Run Front-End

Using yarn:

yarn start

Contribution guide

  1. In the forked repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/new-feature
  3. Commit your changes and push to your fork.
  4. Open a pull request to the main repository.