Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Hardhat contract for my NFT
Creating my own ERC721 NFT

NFT 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
```