Skip to content

Haru38/PrimeNumberLoot

Repository files navigation

PrimeNumberLoot

Etherscan page

created by 2021-09

Descriptrion

This is a smart contract that issues prime numbers as NFTs. It supports prime numbers up to 100000, and issues a svg with a different background color and font depending on the number of digits of the prime number. The issued svg image can be viewed on opensea, etc.

How to get the PrimeNumberLoot

IMG_E1315374901D-1

Smart contract

PrimeNumberLoot.sol

  • Deployed Contracts.The Miller-Rabin test is used to determine prime numbers.
  • method
    • claim
      • tokenID : Matches a prime number. (That is, not the number of 1~primes, but the prime number itself is the tokenID.)
    • tokenURI
      • Code to create SVG of minted prime numbers.

About

This is the NFT of prime number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published