created by 2021-09
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.
- 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.