This project demonstrates how to deploy an NFT (Non-Fungible Token) using Hardhat and TypeScript on the Sepolia test network. It's a straightforward guide for anyone interested in the practical aspects of NFT development.
- NFT Deployment Script
- Hardhat Configuration
- TypeScript Integration
- Node.js
- Yarn or npm
- Hardhat
- TypeScript
Clone the repository and install dependencies:
git clone https://github.com/Winter9998/deployingNFTsSP.git
cd deployingNFTsSP
yarn install
To deploy the NFT, run:
npx hardhat run scripts/deploy.ts --network sepolia
Contributions are welcome! Please read the Contributing guide for more information.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- Hardhat Team
- Sepolia Test Network