https://github.com/thasup/hardhat-nft
Deploy sample NFT on Goerli testnet with hardhat
https://github.com/thasup/hardhat-nft
goerli hardhat nft
Last synced: 2 months ago
JSON representation
Deploy sample NFT on Goerli testnet with hardhat
- Host: GitHub
- URL: https://github.com/thasup/hardhat-nft
- Owner: thasup
- Created: 2022-11-23T16:55:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T14:08:47.000Z (over 2 years ago)
- Last Synced: 2025-01-31T14:37:55.083Z (4 months ago)
- Topics: goerli, hardhat, nft
- Language: JavaScript
- Homepage: https://goerli.etherscan.io/address/0xA70Fd271Bc8770d9Ff7471af8f7dD39632355281#code
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```