Skip to content

Instantly share code, notes, and snippets.

View nikogu's full-sized avatar
🏎️
Racing!

niko nikogu

🏎️
Racing!
View GitHub Profile
// contracts/AppNTF.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
contract AppNFT is ERC721URIStorage {
using Counters for Counters.Counter;
Counters.Counter private _tokenIds;
{
a: 1
}