Skip to content

gab0071/IPFS-FRONT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend of my NFT Collection with metadata stored on IPFS

Author

Making the frontend part of my project NFT collection with metadata stored on IPFS smart contract!


Installing / Getting started

# Clone this project
$ git clone https://github.com/gab0071/IPFS-FRONT

# Access
$ cd IPFS-FRONT

# Install dependencies
$ npm install

Commands

  • $ npx create-next-app@latest
  • $ npm run dev Now go to http://localhost:3000, your app should be running 🤘

Open up a terminal pointing at my-app directory and execute this command:

  • $ npm install web3modal ethers

Note🚨 ➡ to interact with your smart contract in the folder constants/index.js write:

export const NFT_CONTRACT_ADDRESS = "address of your NFT contract";
export const abi = "---your abi---";

Technologies / Built With

  • Next.js
  • Ethers.js
  • Web3Modal

Hope you enjoy making this.


Made with ❤️ by catellaTech.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published