bhargavaparoksham / generative-nft-contract

NFT + Lottery smart contract.

Home Page:https://etherscan.io/address/0x241d6c1aa3355b2dd58148f8068fce2cedd6bd1b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generative-nft-contract

Generative-nft-contract is a simple NFT contract with a built in lottery function.

  1. The contract has been deployed on ethereum mainnet, where anyone can mint cool generative artworks as an NFT.
  2. There are a maximum of 10k NFTs, once all of them are sold the built in lottery will become active.
  3. Once lottery is active anyone can call getRandomness & selectRandomWinners functions which selects 10 lucky winners using chainlink VRF and part of the money pooled from the NFT sales is transfered to them as a giveaway!

Frontend for the contract: https://github.com/bhargavaparoksham/generative-nft-frontend

About

NFT + Lottery smart contract.

https://etherscan.io/address/0x241d6c1aa3355b2dd58148f8068fce2cedd6bd1b

License:MIT License


Languages

Language:Solidity 90.3%Language:JavaScript 9.7%