Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.03 KB

Blockchain & NFT Project

This project uses Solidity, React and Web3.js to create a NFT (Non-Fungible Token) contract. It is a smart contract that allows users to create, transfer and burn NFTs

Project builded on Opensea Test server. So metamask must be on Rinkeby Test Server. Just "Mint NFT" and see this your NFT!

NFT's basically provide lol composition. Top-Jungle-Mid-Adc-Support in that order

Here is my first Smart Contract

View My Collection with OpenSea Test Server

https://testnets.opensea.io/collection/squarenft-ndif4uiwhd

image

MINT Your NFT! (on Rinkeby Test Sv)

https://nft-starter-project.enesburakelmal.repl.co/

image

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help