Follow these steps to set up and run the project:
- MetaMask: Ensure MetaMask is installed and open in your browser.
- Environment Variables: Add a
.envfile to the root directory with the following keys:- Infura keys
- IPFS storage keys
- Clone the repository:
git clone <repository-url>
- Add the .env file we have submitted in edimensions to the root directory, then run:
cd <repository-folder> npm install npm run start