It's a market NFT project to create and buy nfts. You can be a seller or a owner of nfts with ETHER cryptocoin.
Technologies:
- NEXT.JS with REACT.JS
- Hardhat (transactions)
- Using axios to request, ethers to manage selling nfts
- Using web3modal
- Using React hooks and react Context.
- Using Solidity language (.sol) to create contracts to sell/buy nfts with Metamask
yarn
or npm install
Create fake accounts to buy/sell, you can use MetaMask to import that: npx hardhat node
You can run the project in your localhost: yarn dev
https://main--preeminent-chaja-b30cac.netlify.app/
Metamask is an extension for chrome browser, it's a crypto wallet and you can install here: https://metamask.io/
Infura.io (storage for nfts) with dedicated endpoint (custom link: https://cryptoketsteffany-martins.infura-ipfs.io)
Credits for the course JS PRO MASTERY about NFT MarketPlace.
Made by Steffany-Martins