Git Product home page Git Product logo

scrollguessgame's Introduction

ScrollGuessGame

Overview

This project contains a Solidity smart contract named ScrollGuessGame deployed on the Open Campus Codex Sepolia network. ScrollGuessGame is a simple game contract where players can guess a number between 1 and 10. If their guess matches a randomly generated number, they win double the amount they bet. Otherwise, their bet is credited to the contract.

Features

Betting: Players can bet a fixed amount of 0.01 Ether on a number between 1 and 10.

Reward: If the player's guess matches the randomly generated number, they receive double the bet amount.

Getting Started

To interact with the ScrollGuessGame contract:

  • Visit Scroll Guess Game
  • Connect your EVM-compatible wallet.
  • Switch to the Open Campus Codex Sepolia.
  • Interact with the contract.

Contract Details

  • Contract Address: 0x810100689e2ef9fd4C4645E6c8C9da9e675AEAf5

Usage

  • Placing a Bet

    Send exactly 0.01 Ether to the contract address. Call the placeBet(uint256 _guess) function with your guess as a parameter (1 to 10).

  • Claiming a Reward

    Wait for the random number to be revealed. If your guess matches the random number, call the claimReward() function to claim your reward.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.