This is a simple NFT contract that stores on-chain NFT data including the artwork and metadata.
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with your private key - Compile the contract:
npx hardhat compile
- Deploy the contract:
npx hardhat run scripts/deploy.ts --network base_sepolia
- Verify the contract:
npx hardhat verify --network base_sepolia <contract-address>
- Network: Base Sepolia (ChainId: 84532)
- Contract Address: 0x13a51Ac0C60DC6a775589cB5dce8f852FFaCC74b
- Block Explorer: https://sepolia.basescan.org/address/0x13a51Ac0C60DC6a775589cB5dce8f852FFaCC74b#code