dulaz41 / Mintel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mintel


πŸ€” What is the Mintel?

Mintel is a one-stop service for all NFT creators. Mintel allows you to generate and deploy a ERC721 contract on the Areon blockchain with any information and features. After the deployment, you can use mint button for integration, with which anyone can mint your NFT collection.

We saw how rapidly the NFT community on the Areon blockchain is developing and decided to release Mintel on Areon to make it easier for creators to go from the idea of a collection to its implementation.


πŸ”΄ Problem

Traditionally, creating an NFT involves writing code or using complex software to generate a unique token that represents a digital asset. This can be a barrier to entry for many people who are interested in participating in the NFT market but lack the technical skills or resources to create NFTs themselves.


🟒 Solution

Mintel would remove this barrier by providing an easy-to-use interface that allows users to create NFTs without any coding knowledge. This would standadize the NFT market and open it up to a wider range of creators and collectors.

In addition to simplifying the creation of NFTs, Mintel would also improve the overall user experience of the NFT ecosystem. By making it easier for people to create and trade NFTs, more people may be incentivized to participate in the market. This could lead to increased liquidity and more diverse offerings, which could attract even more participants.



πŸ§‘β€πŸ’» Getting started


πŸ› οΈ Prerequisites

  • Typescript
  • React
  • Nextjs

  • βš™οΈ System Dependencies

  • Node
  • Yarn

  • πŸ’» Installation

    Start the Next.js development server on the default port 3000 with:

    cd frontend
    
    npm install
    
    npm run dev
    

    or

    (Recommended) Start the Next.js development server on the default port 3000 using Yarn:

    cd frontend
    
    yarn install
    
    yarn dev
    

    Alternatively, run npm run dev -p 8080 or any port other than 8080 to start the server in a different port.

    Once the server is running, you should see output that looks like this:

    
    
    $ next dev
    ready - started server on 0.0.0.0:3000, url: http://localhost:3000
    info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
    event - compiled successfully
    
    


    πŸ™β€β™‚οΈ Team Members

  • Abdulazeez Salihu (Backend Developer)
  • Alade Toheeb (Backend Developer)

  • πŸ”œ Upcoming Features

  • Nft Marketplace
  • NFT Teleport (NFT Bridge)

  • About


    Languages

    Language:TypeScript 90.2%Language:JavaScript 8.2%Language:Solidity 0.9%Language:CSS 0.7%