You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have tried to test your OpenStore. I think I made a mistake somewhere.
I got the following error:
./components/Navbar.js:5:0
Module not found: Can't resolve '../config'
3 | import Web3Modal from "web3modal";
4 | import Web3 from "web3";
5 | import { projAddress } from "../config";
6 | import { useEffect, useState } from "react";
7 |
8 | export default function Navbar()
Is it possible to find my mistake.
Thank You.
The text was updated successfully, but these errors were encountered:
Hello, you must first configure the networks you are going to work with in hardhat.config.js, then compile the contracts and then create a file called config.js in the root where you must place the following lines:
export const nftaddress = "YourNftAddress";
export const nftmarketaddress = "YourNftMarketAddress";
Hi,
I have tried to test your OpenStore. I think I made a mistake somewhere.
I got the following error:
./components/Navbar.js:5:0
Module not found: Can't resolve '../config'
3 | import Web3Modal from "web3modal";
4 | import Web3 from "web3";
Is it possible to find my mistake.
Thank You.
The text was updated successfully, but these errors were encountered: