Skip to content

A platform that provides minting NFTs on Polygon, Ethereum and Binance Smart Chain. Allows people to convert digital art/assets into NFTs on their favourite blockchain. Chainlink randomness utilised so as to : Each wallet can get a Randomly Picked Character.

License

Suvraneel/NFT-Emporium

Repository files navigation

NFT-Emporium

NFT Emporium

Video Presentation

This boilerplate is built on react-moralis and Moralis. Also has its own context provider for quick access to chainId or ethAddress

There are many components in this that do not require an active web3 provider, they use Moralis Web3 API. Moralis supports the most popular blockchains and their test networks. You can find a list of all available networks in Moralis Supported Chains

Please check the official documentation of Moralis for all the functionalities of Moralis.

preview_init

🚀 Quick Start

📄 Clone or fork:

git clone https://github.com/NFT-Cryptonaut/NFT-Emporium

💿 Install all dependencies inside repo:

yarn install 

✏ Rename .env.example to .env in the main folder and provide your appId and serverUrl from Moralis (How to start Moralis Server) Example:

REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:3000/server

🚴‍♂️ Run your App:

yarn start

Inspiration

NFTs in the keyword of 2021 and the talks of getting NFTs, the FOMO of missing out on the train of the Web3.0 is something which is getting people attracted. We wanted to create a simple User-friendly app for the people so that NFT minting can be done easily without falling into the tedious work of writing smart contracts. NFT minting apps is not something new, so what we did was think if there is just one stop-go for creating NFTs on multiple ecosystems. This way the complete hassle can be cut down !!

What it does

We provide a platform that currently supports minting NFTs on Polygon, Ethereum and Binance Smart Chain all along with a real simple UI to be understood by the common people. This way people can turn their digital art into NFTs on their favourite blockchain. Along with the Lighting NFT Minter, we also added a game where each wallet can get a Randomly Picked Character from a set. Chainlink makes it easy to get the randomness on the blockchain and we leveraged this fact to make this cool page.

How we built it

We used Moralis as our backend which did our work of getting the simple jobs such as User Authentication and getting user data according to the wallet address such as what NFTs the user holds. We used Solidity Smart Contracts to mint NFTs, we deployed them on multiple blockchains and stored them. We are using the Randomness feature given by Chainlink to generate the random characters for each wallet that have logged in to our application.

What's next for NFT Emporium

  • Improving the UI
  • Populating the categories
  • Making it user friendly for mobile & other devices
  • Adding more chains to the application
  • Adding more fun game pages

About

A platform that provides minting NFTs on Polygon, Ethereum and Binance Smart Chain. Allows people to convert digital art/assets into NFTs on their favourite blockchain. Chainlink randomness utilised so as to : Each wallet can get a Randomly Picked Character.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks