Problem Statement
This project is a simplified NFT minter. Using the scripts/metadata-maker.js file, the user can easily input the attributes of their NFT, including name, image, and description. This file outputs to a nft-metadata.json that can be uploaded to IPFS or a centralized server to get a tokenURI. Once the user has uploaded their tokenURI and has a link to it, they can run scripts/mint-nft.js and enter the tokenURI when prompted to mint their NFT. You can view the NFT smart contract here: https://ropsten.etherscan.io/address/0x640e6c7bdbf22e2987f2ff8a5e4f068eb83e2bcd
Solution
'- coded in Solidity to make MyBeeple.sol (an smart contract)used HardHat to deploy NFT smart contract to Ropsten test network and upload it to Etherscanleveraged Alchemy Web3 to interact with MyBeeple.sol and mint NFTsit was a huge learning experience as I don't have much javascript experience!
Hackathon
NFTHack
2024
Contributors
- thesuperb1
7 contributions