Skip to content

njwardhan/crypto-emojis

Repository files navigation

About

This project is an implementation of OpenZeppelin's ERC-721 token standard that allows the user to mint emojis (or combination of emojis) as Non-Fungible Tokens (NFTs) on Ethereum's Goerli test network.

NOTE: The tokens get minted from the minter's (user's) address and to the contract address. No further ownership transfer takes place.

Project screenshot

Steps to mint

  • Visit the project website
  • Connect your Ethereum wallet (Metamask) to the website (make sure that the Goerli testnet is selected)
  • Enter the hexcode of the emoji(s) that you'd want to mint (the hexcode reference on the site can be used)
  • Spend Goerli fake ethers as gas fee to complete the transaction
  • See the emoji(s) come to life as an NFT!

To-do

  • Website ain't currently responsive for different screen sizes
  • Include other formats of emoji hexcodes
  • Frontend can be bettered (loop display takes time)
  • Mainnet deployment with a proper project format