This project is affiliated with FGCU and will allow users to mint NFTs from the FloriNouns NFT collection.
- Install Node.js at https://nodejs.org
-
Clone the repo.
git clone https://github.com/FloriNouns/florinouns-dapp.git
-
Install NPM packages.
npm install
-
Duplicate
.env.example
and rename it to.env
. -
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.
-
-
Run the application locally
npm start