Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.22 KB

readme.md

File metadata and controls

46 lines (32 loc) · 1.22 KB

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.