Skip to content

kemsguy7/onchain-nft-contract

Repository files navigation

KemsguyNFT ONChain Contract

This is a simple NFT contract that stores on-chain NFT data including the artwork and metadata.

Setup and Run Project

  1. Clone the repository
  2. Install dependencies: npm install
  3. Create a .env file with your private key
  4. Compile the contract: npx hardhat compile
  5. Deploy the contract: npx hardhat run scripts/deploy.ts --network base_sepolia
  6. Verify the contract: npx hardhat verify --network base_sepolia <contract-address>

Deployed and Verified Address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published