Sight AI
  • πŸ‘‹Overview
    • πŸ₯FHE
    • 🍍The Problem
  • πŸ‡Sight Oracle
    • πŸ’‘Concepts
      • πŸ‰Architecture
      • πŸ“”Contract
      • 🟠Decentralized Oracle Node Network
      • πŸ“ FHE Compute Execution Virtual Machine
      • πŸ“ƒRequestBuilder
    • ⏩Supported Networks
  • Sight Contracts
    • Getting Started
    • Understanding Request Model
  • SIGHT.JS
    • Getting Started
    • Make an encrypt value - CLI
    • Make an encrypt value - Frontend
  • ℹ️Tutorial
    • Environment Setup
      • Prerequisite
      • Setup Local Development Environment
      • Fund Local Wallet
    • πŸ‘·Create Your First dAPP using Hardhat
    • πŸ› οΈCreate Your First dAPP using Foundry
    • 🎲Create a Crypto Pusher Game
      • Contract
      • Interface
    • πŸ“„Remix FHE Demo Local Deployment Tutorial- Preparation
    • πŸ“„Remix FHE Demo Local Deployment Tutorial- Deploying Contracts Using Remix
    • πŸ“„Remix FHE Demo Local Deployment Tutorial- Contracts Explanation&Interaction
  • πŸ”ŽResearch
    • βœ…Verifiable FHE
    • 🌟SPARC
    • πŸ“…Research Updates
  • πŸ“Innovative Use Cases and dApps
    • πŸ₯₯FHE On-Chain Game
    • A Fairer Prediction Markets with Sight Oracle
  • 🍻Roadmap
  • 🎨Community
    • Website
    • Twitter
    • Telegram
    • Github
  • Sight Incentive Plan - Season 1
  • Sight Incentive Plan - Season 2
Powered by GitBook
On this page
  1. Tutorial

Create a Crypto Pusher Game

In this tutorial, we’ll guide you through building a fully functional CoinPusher decentralized application (DApp) game from scratch. This comprehensive guide will cover every step, including writing and deploying the game’s smart contract, writing the frontend interface, and integrating the frontend with the deployed contract for smooth interactions.

In our digital version, you send free game tokens (ETH on the Sepolia Testnet) into the "machine." Each token you send gets added to the total inside, but there's a secret limit that needs to be reached. The player who guesses when the limit is reached wins the rewards!

PreviousCreate Your First dAPP using FoundryNextContract

Last updated 5 months ago

ℹ️
🎲