Skip to content

eikodev/fiesty-shop

Repository files navigation

Getting Started

install dependencies

yarn

Next, run a local Ethereum node:

npx hardhat node

Deploy the smart contract to the local node:

npx hardhat run scripts/deploy.js --network localhost

Running the above command should print out the addresses where the contract was deployed. Update config.js with those values:

export const nftaddress = "nft-contract-address"
export const nftmarketaddress = "marketplace-address"

Next, run the development server:

npm run dev
# or
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors