Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Single Page Minter is a lightweight frontend NFT minting solution that uses Web3.js & Chakra UI

Notifications You must be signed in to change notification settings

retconned/Single-page-minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Single Page Minter

What is Single Page Minter ?

Single Page Minter is a lightweight frontend NFT minting solution that uses Web3.js & Component based framework Chakra UI

Screenshot

screenshot of the minter

Installation

  1. Clone the repo

    git clone https://github.com/retconned/Single-page-minter
  2. Change directory to the project folder

    cd Single-page-minter
  3. Edit the CONTRACT_ADDRESS in App.js and add your contract address.

    CONTRACT_ADDRESS = "Your contract Address";
  4. Edit the MintingContract file & add your abi data

    {
    "abi": ["Here your abi data"]
    }
  5. Run the app locally

    yarn start

Features

Current features

  • Single page
  • Multi-collection / contract support
  • Multi-chain support (Dev & mainnet)
  • Responsive mobile design (Chakra UI)
  • Light & Dark Modes
  • Showcases random tokens (When enabled)

Smart contract

The smart contract is current hosted on the Ropsten Testnet Network and uses the OpenZeppelin Library

Contract address:

 0x77C9e7733550026AcE28950e973681C0F74191E3

Disclaimer

This project is a fully functional prototype made for practice/educational purposes.