mahima1911 / SmartContract

This smart contract is deployed into the blockchain. This way, anyone in the world will be able to access and run our smart contract — and we'll let them mint NFTs!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Contract

Programmatically generates your own NFT collection by writing and deploying a smart contract in Solidity. This smart contract is deployed into the blockchain. This way, anyone in the world will be able to access and run our smart contract — and we'll let them mint NFTs! A smart contract is a piece of code that lives on the blockchain. The blockchain is a public place where anyone can securely read and write data for a fee.

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

NFT collection on Opensea

About

This smart contract is deployed into the blockchain. This way, anyone in the world will be able to access and run our smart contract — and we'll let them mint NFTs!


Languages

Language:Solidity 82.0%Language:JavaScript 18.0%