Made by @HashRei
Ethereum based NFT marketplace where you can mint, buy and sell NFTs.
Explanation video => LooksSea - NFT Marketplace | HashRei š½
git --version
and you see a response like git version x.x.x
node --version
And get an ouput like: vx.x.x
npm --version
And get an ouput like: x.x.x
npm
yarn --version
And get an output like: x.x.x
git clone https://github.com/HashRei/nft-marketplace.git
cd nft-marketplace
yarn
yarn dev
Easyiest way is to go to https://chainlist.org/, select Testnets and write Mumbai in the search bar of the website
OR
https://testmatic.vercel.app/ (0.2 MATIC per claim)
https://mumbaifaucet.com/ (1 MATIC per claim)
https://nft-marketplace-hashrei.vercel.app/ #
Made by @HashRei