NFT Minter Beginner Tutorial | Javascript | React | Remix IDE | Moralis | OpenSea | Step by Step

Опубликовано: 19 Октябрь 2024
на канале: Codeching
2,713
47

In this tutorial we will build a smart contract with Remix IDE, put the contract on Rinkeby Ethereum blockchain (test network). We will create a Moralis server and a Web3 minter website in React Js which will use the contract and the moralis server to mint an NFT. Finally we will be able to check our minted NFT on OpenSea NFT marketplace.

The final source code could be found here along with sample contract: https://gitlab.com/codeching/react-nf...

#NFT #Minting #JavaScript