dasheck0 / nft-uniqueness-checker

This is a tool, that checks how unique your NFT collection is based on a mathmatical model.

Home Page:nft-uniqueness-checker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Uniqueness Checker

This is a tool, that checks how unique your NFT collection is based on a mathmatical model. See this article for more information about this. Enter how many NFTs you want to create. We assume that your final NFT consists of layers. Each layer may have different states (i.e. mouth open, mouth closed, mouth with teeth, ...). Add as many layers as you want and describe you many different states each layer has. Based on that we can calculate how big the possibility space of your collection is and how likely it is that you create at least one duplicate pair.

Access the tool here.

Development

Run

npm i 
npm run serve

Changelog

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dasheck0/nft-uniqueness-checker/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

MIT License Copyright (c) 2022 Stefan Neidig

Permission is hereby granted, free
of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice
(including the next paragraph) shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

This is a tool, that checks how unique your NFT collection is based on a mathmatical model.

nft-uniqueness-checker.vercel.app

License:MIT License


Languages

Language:Vue 76.1%Language:HTML 10.7%Language:JavaScript 8.1%Language:TypeScript 5.1%