To get started, follow the instructions below
- Create a
.env
file. Then, follow the steps in the tutorial to obtain your- METAMASK_PRIVATE_KEY
- API_URL (From Alchemy)
- METAMASK_PUBLIC_KEY
Once done with the Getting started bit, you can run this example using the steps below.
- npm install (install all the required packages)
npx hardhat compile
- to compile the smart contract.npx hardhat run scripts/deploy.js --network ropsten
- to run the deploy scripts and deploy the contract to the Ropsten Testnet.- node scripts/mint-nft.js
- Metamask
- Alchemy
- IPFS
- JavaScript
- Solidity
👤 Ilir Hushi
Give a ⭐️ if you like this project!
https://ropsten.etherscan.io/tx/0xd21e425b3f217b478d6a1177056cf9bce74cb7f2bf69e301207f51e814d869d8
This project is MIT licensed.