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_ADDRESSinApp.jsand add your contract address.CONTRACT_ADDRESS = "Your contract Address";
-
Edit the
MintingContractfile & add yourabidata{ "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:
0x77C9e7733550026AcE28950e973681C0F74191E3This project is a fully functional prototype made for practice/educational purposes.
