Skip to content

intl-man/hardhat-nft

Repository files navigation

Sample IM NFT Project

Because everyone wants an IM NFT, right...right?

Setup

Environment

Set the following ENV vars:

API_URL=
PRIVATE_KEY=
API_KEY=

where:

Var Description
API_URL The Web3 provider URL.
PRIVATE_KEY The private key of a wallet that has enough ETH to pay for deployment/minting.
API_KEY The Web3 provider API key.

Packages

npm install

Deploy Contract

Testnet

npx hardhat run scripts/deploy.js --network goerli

Mint NFT

Testnet

node scripts/minter.js

About

NFT Demo with Hardhat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published