Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamalbuilds/creating-my-nft
Creating my own ERC721 NFT
https://github.com/kamalbuilds/creating-my-nft
Last synced: 3 days ago
JSON representation
Creating my own ERC721 NFT
- Host: GitHub
- URL: https://github.com/kamalbuilds/creating-my-nft
- Owner: kamalbuilds
- License: mit
- Created: 2022-12-27T08:26:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T11:37:40.000Z (almost 2 years ago)
- Last Synced: 2023-07-27T08:42:00.762Z (over 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardhat contract for my NFT
Creating my own ERC721 NFTNFT Contract Address: 0xe92eFbcFe34c850c1a412807ABe46d0D8894Ecc6
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
```