Skip to content

Demo app on how to deploy your own NFT to the Ethereum Blockchain. (Snowing Tirana - SNT - NFT Token)

Notifications You must be signed in to change notification settings

ilirhushi/snowing-tirana-nft

Repository files navigation

Snowing Tirana (SNT) NFT Token

Getting started

To get started, follow the instructions below

  • Create a .env file. Then, follow the steps in the tutorial to obtain your
    • METAMASK_PRIVATE_KEY
    • API_URL (From Alchemy)
    • METAMASK_PUBLIC_KEY

Run this example

Once done with the Getting started bit, you can run this example using the steps below.

  • npm install (install all the required packages)
  • 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.
  • node scripts/mint-nft.js

Built With

  • Metamask
  • Alchemy
  • IPFS
  • JavaScript
  • Solidity

Author

👤 Ilir Hushi

Show your support

Give a ⭐️ if you like this project!

Etherscan

https://ropsten.etherscan.io/tx/0xd21e425b3f217b478d6a1177056cf9bce74cb7f2bf69e301207f51e814d869d8

📝 License

This project is MIT licensed.

About

Demo app on how to deploy your own NFT to the Ethereum Blockchain. (Snowing Tirana - SNT - NFT Token)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published