Skip to content

athikaf/Chainlink-currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter DApp by Athika Fatima - 101502209

NFT Minting DApp using HardHat, Pinata and Alchemy

1. Clone the repository

  git clone <repo_link>

2. Navigate to backend folder and install node modules

  cd backend
  npm i

3. Run the contract with Hardhat

  npx hardhat
  npx hardhat compile
  npx hardhat run scripts/deploy.js --network sepolia

5. Paste the output contract in the App.js file in the Frontend folder and install node modules in this folder

  cd ../frontend
  npm i

4. Run the frontend

  npm run start

Note: Feel free to give a follow if this helped, and reach out if you need help :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published