Skip to content

Decentralized poker game built using the Dojo Framework on Starknet

Notifications You must be signed in to change notification settings

wayzeek/dominion-starknet

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dominion on Starknet (Dojo Smart Contracts)

πŸš€ Getting Started

Prerequisites

Make sure the following tools are installed:

  • Node.js: Version 16 or higher
  • Yarn: Version 1.22.10 or higher
  • Scarb: Version 2.8.4 or higher
  • Dojo: Latest version

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/webisoftSoftware/dominion-starknet.git 
    cd dominion-starknet  
  2. Install Frontend Dependencies:

    cd frontend  
    yarn install  
  3. Run the Frontend Development Server:

    yarn dev  
  4. Build and Deploy Contracts:

    cd contracts
    scarb build

    Follow the instructions in contracts/README.md for detailed deployment steps.

  5. Set Up Torii:

    • Configure Torii to index on-chain data.
    • Set up the Torii client in the frontend to handle blockchain events dynamically.

πŸ“š Resources


About

Decentralized poker game built using the Dojo Framework on Starknet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 100.0%