/florinouns-dapp

Mint Site for the FloriNouns NFT collection

Primary LanguageJavaScript


FloriNouns Logo

FloriNouns Dapp

About The Project

This project is affiliated with FGCU and will allow users to mint NFTs from the FloriNouns NFT collection.

Built and Deployed With

How to run the app locally

Prerequisites

Steps

  1. Clone the repo.

    git clone https://github.com/FloriNouns/florinouns-dapp.git
  2. Install NPM packages.

    npm install
  3. Duplicate .env.example and rename it to .env.

  4. Enter variables into .env

    • Chain ID should match where your contract is deployed. If using our testing contract, use Rinkeby (Chain 4).

      REACT_APP_CHAIN_ID='4'
      
    • Enter the address of your Factoria F0 contract. Use address seen below if using our testing contract.

      CONTRACT_ADDRESS='0xaCd530bDc049E269dcd743D6E849092c983E7799'
      
    • The application will try to use MetaMask as your provider, so RPC endpoints are optional.

  5. Run the application locally

    npm start