Single Page Minter is a lightweight frontend NFT minting solution that uses Web3.js & Component based framework Chakra UI
-
Clone the repo
git clone https://github.com/retconned/Single-page-minter
-
Change directory to the project folder
cd Single-page-minter
-
Edit the
CONTRACT_ADDRESS
inApp.js
and add your contract address.CONTRACT_ADDRESS = "Your contract Address";
-
Edit the
MintingContract
file & add yourabi
data{ "abi": ["Here your abi data"] }
-
Run the app locally
yarn start
- Single page
- Multi-collection / contract support
- Multi-chain support (Dev & mainnet)
- Responsive mobile design (Chakra UI)
- Light & Dark Modes
- Showcases random tokens (When enabled)
The smart contract is current hosted on the Ropsten Testnet Network and uses the OpenZeppelin Library
Contract address:
0x77C9e7733550026AcE28950e973681C0F74191E3
This project is a fully functional prototype made for practice/educational purposes.