Code Monkey home page Code Monkey logo

nftcasino's Introduction

๐ŸŽฐ NFTCasino ๐ŸŽฐ

Sample project I'm coding while learning Solidity.

The goal is to create a series of smart contracts that allows a users to bet one NFT at 50% odds against another user. Winner gets both NFTs.

Feel free to contribute to this project by forking it and sending me a pull request.

Logic works as follows:

  • User A deposits NFT into the contract.
  • User B deposits NFT into the contract against user A.
  • User A accepts the match offer sent by user B.
    • When user A accepts the offer, the contract will randomly select a winner.
  • Winner gets both NFTs.

๐Ÿ“œ TODO:

  • Create the base functions for the contract
  • Create events
  • Create the missing test cases
  • Generate the random winner with an Oracle
  • Allow the withdrawal of accidental NFT deposits
  • Create a deadline for the abandoned NFTs to be withdrawn, if the deadline is reached the NFTs become withdrawable by the contract owner
  • Make the contract upgradeable
  • Allow the contract to automatically swap half of ETH profits for LINK if the contract is running low, so we can call the oracle again in the future
  • Allow the loser to mint an NFT to remember the loss
  • Allow external users to bet ETH on the output of a match
  • Allow external users to withdraw their ETH profits

nftcasino's People

Contributors

mikelcalvo avatar

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.