This is a demo app on how to deploy your own NFT to the Ethetereum Blockchain. The full article is available on the LogRocket blog - How to deploy your own NFT with JavaScript.
In this demo, we'll make this picture I took of The Osun River into an NFT:
To get started, follow the instructions below
Clone this repo using git clone https://github.com/onedebos/the-osun-river-nft.git
Create a .env
file. Then, follow the steps in the tutorial to obtain your
Once done with the Getting started bit, you can run this example using the steps below.
npx hardhat compile
- to compile the smart contract.npx hardhat run scripts/deploy.js --network ropsten
- to run the deploy scripts and deploy the contract to the Ropsten Testnet.👤 Adebola Adeniran
Give a ⭐️ if you like this project!
This project is MIT licensed.