Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 670 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 670 Bytes

NFTShuffle NFTHack 2022: NFT that points to a random number.

Ownership of a random number, by minting this NFT, the address owner will gain ownership of a number from a randomly shuffled array. This is an abstract implementation, meant to be apply in context of gaming and fair distribution mechanics.

The project consists of an simple ERC721 contract, the tokenId is used and pointer to a shuffled number array. The shuffled array is mixed using and implementation of the Fisher-Yates shuffle algorithm in solidity. Used remix IDE to create contract, and used openZepellin contracts

https://rinkeby.etherscan.io/address/0x69f1A993227769d9cE628D70BEf5a2F2844d8496