https://github.com/anotherrusty/nft-raffle
The NFT Raffle Smart Contract is designed to facilitate a raffle system where participants can enter by purchasing tickets using cryptocurrency. Winners are selected at random, and the prize is an NFT (Non-Fungible Token). This project leverages blockchain technology to ensure transparency, fairness, and security in the raffle process.
https://github.com/anotherrusty/nft-raffle
Last synced: 4 months ago
JSON representation
The NFT Raffle Smart Contract is designed to facilitate a raffle system where participants can enter by purchasing tickets using cryptocurrency. Winners are selected at random, and the prize is an NFT (Non-Fungible Token). This project leverages blockchain technology to ensure transparency, fairness, and security in the raffle process.
- Host: GitHub
- URL: https://github.com/anotherrusty/nft-raffle
- Owner: AnotherRusty
- Created: 2024-06-02T22:32:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-02T22:37:30.000Z (about 1 year ago)
- Last Synced: 2024-09-15T19:14:37.713Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT Raffle Smart Contract
## Overview
The NFT Raffle Smart Contract is designed to facilitate a raffle system where participants can enter by purchasing tickets using cryptocurrency. Winners are selected at random, and the prize is an NFT (Non-Fungible Token). This project leverages blockchain technology to ensure transparency, fairness, and security in the raffle process.
## Features
- **NFT Raffle Creation**: Create new raffles specifying the NFT prize, ticket price, and duration.
- **Ticket Purchase**: Participants can buy raffle tickets using cryptocurrency.
- **Random Winner Selection**: A random winner is selected when the raffle ends.
- **Prize Distribution**: The NFT prize is automatically transferred to the winner's wallet.
- **Transparency**: All transactions and raffle details are recorded on the blockchain.