$4.99
Out of stock
Description
This is a minimal NFT Metadata App written in PHP. The Package is a Zip Folder with PHP scripts that target SQLite Database. You will be able to create a database with Categories, Collections and Non Fungible Tokens.
Categories
Categories are a simple Tree like structure of stuff. You will find it anywhere:
- categories,
- comments,
- geographic locations,
- menus,
- organizational structures
- many more.
It is also available in the NFT space. You do need to categorize the invoices that are registered on a blockchain, especially if you want them to have any additional functionality in the future.
Collections
Belonging to a collection has several benefits. It gives marketing boost with a lot of characteristics – validity, identity, scarcity, uniqueness…
NFT & Metadata
The main Data Model of the APP is the NFT and its metadata. it has a lot of fields, but most of them are probably derived from the other big marketplaces, so I (or you if you buy the app) could integrate with them at some point.
- Collection ID
- Category ID
- Title
- Type
- Name
- Image
- Description
- URL
- Symbol – this is often used for NFT tokens that are treated like normal tokens. You could introduce them in the world – under time minting limit and exclusiveness.
- re-sellable (true/false)
- Original Creator. This is another key field that future NTF platforms could use to increase functionality and usability. This will be extremely true – if you write them on a blockchain.
- edition / revision number
- action length
- sub title
- action type
- metadata
- metadata – URL Hash. Upload your Metadata to a Hash Based Storage. You will most probably see a service or an application of mine that will ease this.
- Image – URL Hash.

