Skip to content

fosgate29/decentreelized

Repository files navigation

Built using https://github.com/nomiclabs/hardhat-hackathon-boilerplate HardHat log

decentreelized

NFT Ethglobal Hackathon

Quick start

The first things you need to do are cloning this repository and installing its dependencies:

git clone https://github.com/fosgate29/decentreelized.git
cd decentreelized
npm install

Once installed, let's run Hardhat's testing network:

npx hardhat node

Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:

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

Finally, we can run the frontend with:

cd frontend
npm install
npm start