Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
Menu
NFT Minting App Development

NFT Minting App Development – steps in more detail

Posted on December 8, 2021December 8, 2021 by Toma Velev

In this article I’m gonna lay out some NFT Minting App Development. These are Baby Steps that follow some “best practices” and guidelines that actually come from the “first principles”. In software development currently the recommended way is – separating apps independently or some kind sort of Micro Services. You could read more about that topic here:

  • Why to Think as a Microservice?

  • Technological complexity in a Micro Service App

  • Service, EVERYTHING could be (Micro) Service

I’ve written about the first 3 steps needed – to get into NFT. These are high level – architectural aspects. Here, I’m gonna explain in some more details – the steps a little more.

Collect NFT Metadata

The NFT Metadata must be entered – in in some way . First you must collect it.

  1. Run by yourself the blockchain that is the hosting NFTs. It sounds basic, but it is not an easy task.
  2. The First option to collect the NFT metadata is to request it from the User in some Form. A front-end app needs to be coded for this.
    1. Blockchain Login is a necessary step here
  3. The other one is to have it Generated Programmatically – with small variations. The most popular and the expensive NFTs are Generated By Software. The images and the names could be grabbed from the input file/characteristic names.  The Descriptions could be file name based or something else, but generally – it is harder to programmatically enter.
  4. The Image Files and the Meta Data File should be stored on hash based storage like ipfs so it cannot be changed. This is a potential for another service.
  5. You Create NFTs on platforms that are mostly based on Smart Contracts. These programs are deployed on some blockchain.
    1. Another separate service(s) could be Smart Contract Deployment and/or Execution.
    2. On the non-smart-contract NFTs – you could create an app that executes the necessary commands could be wrapped up.
  6. The blockchains that are getting too many requests raise up their gas for executing transactions. As far as I have seen – many of them expose the estimated gas price for executing a transaction. You could wrap up independently also.
  7. Most NFTs are not associated and stored to an account (public/private key) of the user like in a normal relational database. You need a service to analyze the whole blockchain and detect minting events – for new assets.
  8. Buy & Sell Front-End – Marketplace functionality

I’ll extend this list with my experience with the topic.

More deep dive into – what is needed to think about – I’ve read on this blog post https://nftschool.dev/concepts/minting-app/#contract-design

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (87)
    • Flutter Apps (26)
    • GPT (4)
    • Java (39)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (36)
    • Utils (15)
    • Vaadin 24+ (28)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Prompt-to-Production: How AI is Forcing Us to Build Higher Quality Software
  • Debug Web View Flutter App
  • Skipping AI? You’re a Relic – Time to Evolve or Perish!
  • 2026 Flutter Launch Blueprint: Your 10-Step Checklist to App Store Domination
  • Product Requirements Document – for different software development levels

Post Categories

  • Apps (25)
  • ChatGPT (27)
  • Choosing a Framework (38)
  • Flutter (281)
  • Graphical User Interface (14)
  • Marketing (119)
  • Software Development (292)
  • Spring (45)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (16)