🪜 Installation

To use this dApp, you'll need to do the following:

  1. Run npm install to download the node_modules folder.
  2. Download the dotenv package in your project directory by running npm install dotenv --save in your terminal
  3. Create a .env file in the root directory this nft-minter by entering the following on your command line: vim .env and then add your Alchemy API Key. Altogether, your .env file should just look like so:
  1. Run npm startin your terminal to open the dApp in your browswer at http://localhost:3000/.